mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-09-22 00:00:31 -04:00
Implemented #respond_to?
This commit is contained in:
parent
42cee040e0
commit
dc10c1b344
@ -102,6 +102,10 @@ module Stripe
|
||||
@values.each(&blk)
|
||||
end
|
||||
|
||||
def respond_to?(symbol)
|
||||
@values.has_key?(symbol) || super
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
def metaclass
|
||||
|
Loading…
x
Reference in New Issue
Block a user