This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
闭社主体
https://thu.closed.social
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11158
Commits
4
Branches
567 MiB
Tree:
d0fcf07436
closed-social-glitch-2
closed-social-v3
cs+3.4.6
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd0fcf07436'
${ noResults }
mastodon
/
config
/
initializers
/
fast_blank.rb
5 lines
90 B
Raw
Normal View
History
fix can toot whitespace (#2218)
7 years ago
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
3 years ago
fix can toot whitespace (#2218)
7 years ago
if
String
.
method_defined?
(
:blank_as?
)
class
String
alias
blank?
blank_as?
end
end