Method: Object#!

Defined in:
lib/null.rb

#!Object

This is an alias for falsy?.



13
14
15
# File 'lib/null.rb', line 13

def !()
  falsy?
end