This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mastodon
Watch
1
Star
0
Fork
0
You've already forked mastodon
mirror of
https://github.com/mastodon/mastodon.git
synced
2025-01-12 13:07:11 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mastodon
/
config
/
initializers
/
fast_blank.rb
6 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
fix can toot whitespace (#2218)
2017-04-23 02:48:55 +09: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-02-01 01:56:09 +05:30
alias
blank?
blank_as?
fix can toot whitespace (#2218)
2017-04-23 02:48:55 +09:00
end
end
Reference in New Issue
Copy Permalink