This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-01 04:24:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0a78631e86
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 17:48:55 +00: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 20:26:09 +00:00
alias
blank?
blank_as?
fix can toot whitespace (#2218)
2017-04-22 17:48:55 +00:00
end
end
Reference in a new issue
Copy permalink