Fix spacing between sentences

This commit is contained in:
Brandur 2015-11-02 13:17:19 -08:00
parent 878d753ff1
commit 3eca0a4be4

View File

@ -243,8 +243,8 @@ module Stripe
define_method(k_eq) do |v|
if v == ""
raise ArgumentError.new(
"You cannot set #{k} to an empty string." \
"We interpret empty strings as nil in requests." \
"You cannot set #{k} to an empty string. " \
"We interpret empty strings as nil in requests. " \
"You may set #{self}.#{k} = nil to delete the property.")
end
@values[k] = v