fix can toot whitespace (#2218)

lolsob-rspec
ばん 2017-04-23 02:48:55 +09:00 committed by Eugen
parent 54c139a088
commit 824d37671c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if String.method_defined?(:blank_as?)
class String
alias_method :blank?, :blank_as?
end
end