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