This website requires JavaScript.
Explore
Sign In
mirror
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
stable-4.1
mastodon
/
config
/
initializers
/
fast_blank.rb
6 lines
90 B
Ruby
Raw
Permalink
Blame
History
if
String
.
method_defined?
(
:blank_as?
)
class
String
alias
blank?
blank_as?
end
end
View Git Blame
Copy Permalink