# File lib/oauth/consumer.rb, line 380 def marshal_load(data) initialize(data[:key], data[:secret], data[:options]) end