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