Class: Numeric

Inherits:
Object show all
Defined in:
lib/giant_bomb/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/giant_bomb/core_extensions.rb', line 27

def blank?
  false
end