fix can toot whitespace (#2218)
parent
4cfc155560
commit
5817bae2da
@ -0,0 +1,5 @@ |
|||||||
|
if String.method_defined?(:blank_as?) |
||||||
|
class String |
||||||
|
alias_method :blank?, :blank_as? |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue