summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-01-05 20:33:42 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-01-05 20:33:42 -0800
commitf682d11621c338ece288cdc2508b4917c1fcf48a (patch)
treecd291680e2d11feb2efff38c96beccd275fea82e /lib/psych.rb
parente27ac872b6e1e2a7da16593c8862936cf5552e31 (diff)
downloadpsych-f682d11621c338ece288cdc2508b4917c1fcf48a.zip
refactoring constants
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 9833782..6419dbb 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -1,5 +1,6 @@
-require 'psych/visitable'
+require 'psych/psych'
+require 'psych/visitable'
require 'psych/nodes'
require 'psych/visitors'
require 'psych/handler'
@@ -8,7 +9,6 @@ require 'psych/parser'
require 'psych/ruby'
require 'psych/omap'
require 'psych/set'
-require 'psych/psych'
###
# Psych is a YAML parser and emitter. Psych leverages