mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Fix spacing between sentences
This commit is contained in:
parent
878d753ff1
commit
3eca0a4be4
@ -243,8 +243,8 @@ module Stripe
|
|||||||
define_method(k_eq) do |v|
|
define_method(k_eq) do |v|
|
||||||
if v == ""
|
if v == ""
|
||||||
raise ArgumentError.new(
|
raise ArgumentError.new(
|
||||||
"You cannot set #{k} to an empty string." \
|
"You cannot set #{k} to an empty string. " \
|
||||||
"We interpret empty strings as nil in requests." \
|
"We interpret empty strings as nil in requests. " \
|
||||||
"You may set #{self}.#{k} = nil to delete the property.")
|
"You may set #{self}.#{k} = nil to delete the property.")
|
||||||
end
|
end
|
||||||
@values[k] = v
|
@values[k] = v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user