fixed marshaling of stripe objects, fixes #90

This commit is contained in:
Andrew Thorp 2014-01-24 22:52:57 -08:00
parent 7275b9b951
commit c880d6a277

View File

@ -108,6 +108,7 @@ module Stripe
def marshal_load(values)
@values = values
end
if RUBY_VERSION < '1.9.2'
def respond_to?(symbol)