# File lib/multi_json.rb, line 127 def current_adapter(options={}) if new_adapter = options[:adapter] load_adapter(new_adapter) else adapter end end