lib/gush/json.rb in gush-0.3 vs lib/gush/json.rb in gush-0.3.1

- old
+ new

@@ -1,12 +1,11 @@ module Gush class JSON - def self.encode(data) Yajl::Encoder.new.encode(data) end def self.decode(data, options = {}) Yajl::Parser.parse(data, options) end end -end \ No newline at end of file +end