# File lib/multi_json/adapters/json_common.rb, line 16 16: def process_options(options={}) 17: return options if options.empty? 18: opts = {} 19: opts.merge!(JSON::PRETTY_STATE_PROTOTYPE.to_h) if options.delete(:pretty) 20: opts.merge!(options) 21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.