# File lib/multi_json.rb, line 113 def dump(object, options={}) adapter = current_adapter(options) adapter.dump(object, options) end