examples/encoding/to_an_io.rb in yajl-ruby-0.6.7 vs examples/encoding/to_an_io.rb in yajl-ruby-0.6.8
- old
+ new
@@ -1,7 +1,7 @@
# encoding: UTF-8
+$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../../lib')
-require 'rubygems'
require 'yajl'
obj = {
:a_test => "of encoding directly to an IO stream",
:which_will => "simply return a string when finished",
\ No newline at end of file