This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
93d9e16cfc
mastodon
/
config
/
initializers
/
fast_blank.rb
6 lines
90 B
Ruby
Raw
Blame
History
if
String
.
method_defined?
(
:blank_as?
)
class
String
alias
blank?
blank_as?
end
end
Reference in New Issue
View Git Blame
Copy Permalink