This website requires JavaScript.
Explore
Help
Sign In
scalie-business
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
99d7684dfd
mastodon
/
config
/
initializers
/
fast_blank.rb
6 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
fix can toot whitespace (#2218)
2017-04-22 19:48:55 +02:00
if
String
.
method_defined?
(
:blank_as?
)
class
String
Fixed code quality issues (#15541) * Added .deepsource.toml * Removed bad use of `alias` * Fixed operand order in the binary expression * Prefixed unused method arguments with an underscore * Replaced the old OpenSSL algorithmic constants with the newer strings initializers. * Removed unnecessary UTF-8 encoding comment
2021-01-31 21:26:09 +01:00
alias
blank?
blank_as?
fix can toot whitespace (#2218)
2017-04-22 19:48:55 +02:00
end
end