# File lib/yajl.rb, line 35 def self.parse(str_or_io, options={}, read_bufsize=nil, &block) new(options).parse(str_or_io, read_bufsize, &block) end