1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-18 07:43:51 +09:00

fix can toot whitespace (#2218)

This commit is contained in:
ばん 2017-04-23 02:48:55 +09:00 committed by Eugen
parent 4cfc155560
commit 5817bae2da

View File

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