summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-05-19 21:47:43 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-05-19 21:47:43 -0700
commit01b3d734cd685516ae4cba5bd4dbb7daab4931ee (patch)
tree577f044a119597140a826fb94a9d0416e05f6971 /lib/psych.rb
parentaa5e67a7dc7ba9e0d798d914f104f350f4d1969a (diff)
downloadpsych-01b3d734cd685516ae4cba5bd4dbb7daab4931ee.tar.gz
adding yaml streaming api
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index a73b892..4b529c0 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -97,6 +97,8 @@ module Psych
class Exception < RuntimeError
end
+ autoload :Stream, 'psych/stream'
+
###
# Load +yaml+ in to a Ruby data structure. If multiple documents are
# provided, the object contained in the first document will be returned.