mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
Update Gemfile.lock, freeze hoe due to issues
This commit is contained in:
parent
5ab7f97486
commit
f58aa79283
4 changed files with 31 additions and 19 deletions
|
@ -15,4 +15,9 @@ class String
|
|||
def is_integer?
|
||||
true if Integer(self) rescue false
|
||||
end
|
||||
|
||||
def blank?
|
||||
return true if self == ''
|
||||
false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue