Class: Object::Nil

Inherits:
Object show all
Defined in:
lib/lobbyliste/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/lobbyliste/core_ext/string.rb', line 17

def blank?
  true
end