# File lib/multi_json/adapters/oj.rb, line 18 def dump(object, options={}) options.merge!(:indent => 2) if options[:pretty] ::Oj.dump(object, options) end