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