Sha256: 3105e012c107195fa00a76e72cb95a015c8bc47ece775fc2528caaf8d9f9c98d
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
module JsonParser module ClassMethods def json_parse(*attr_names) options = attr_names.extract_options! builder = Builder.new(attr_names, self, options) builder.build end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_parser-1.3.0 | lib/json_parser/class_methods.rb |
json_parser-1.2.0 | lib/json_parser/class_methods.rb |