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