1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-14 16:37:20 +02:00
neocities/ext/NilClass.rb
2014-05-30 21:18:55 -07:00

5 lines
47 B
Ruby

class NilClass
def empty?
true
end
end