Method: MultiJson#default_options
- Defined in:
- lib/multi_json.rb
#default_options ⇒ Hash (private)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Deprecated.
Use load_options or dump_options instead
Get the default options
52 53 54 55 56 |
# File 'lib/multi_json.rb', line 52 def Kernel.warn "MultiJson.default_options is deprecated\n" \ "Use MultiJson.load_options or MultiJson.dump_options instead" end |