mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
9 lines
76 B
Ruby
9 lines
76 B
Ruby
class NilClass
|
|
def empty?
|
|
true
|
|
end
|
|
|
|
def blank?
|
|
true
|
|
end
|
|
end
|