This website works better with JavaScript.
Explore
Help
Register
Sign In
me
/
glitchier-soc
Watch
1
Star
0
Fork
You've already forked glitchier-soc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
main
th-downstream
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
glitchier-soc
/
config
/
initializers
/
fast_blank.rb
6 lines
90 B
Raw
Permalink
Normal View
History
Unescape
Escape
fix can toot whitespace (#2218)
8 years ago
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
4 years ago
alias
blank?
blank_as?
fix can toot whitespace (#2218)
8 years ago
end
end