mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-09-22 00:00:31 -04:00
remove nilcheck of @values
This commit is contained in:
parent
7ec8a12dff
commit
f74edde14c
@ -181,7 +181,7 @@ module Stripe
|
||||
end
|
||||
|
||||
def respond_to_missing?(symbol, include_private = false)
|
||||
@values && @values.has_key?(symbol) || super
|
||||
@values.has_key?(symbol) || super
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user