Class: Numeric

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

Overview

class Object

Instance Method Summary collapse

Instance Method Details

#blank?TrueClass, FalseClass

Numerics can’t be blank

Returns:



39
40
41
# File 'lib/core_extensions.rb', line 39

def blank?
  false
end