This website requires JavaScript.
Explore
Help
Sign In
cybrespace
/
mastodon
Watch
4
Star
3
Fork
You've already forked mastodon
3
Code
Issues
7
Pull Requests
Releases
Activity
e823b49214
mastodon
/
config
/
initializers
/
fast_blank.rb
6 lines
100 B
Ruby
Raw
Blame
History
if
String
.
method_defined?
(
:blank_as?
)
class
String
alias_method
:blank?
,
:blank_as?
end
end
Reference in New Issue
View Git Blame
Copy Permalink