Class: Numeric

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?TrueClass, FalseClass

Numerics can't be blank

Returns:



18
19
20
# File 'lib/multi_xml/core_extensions.rb', line 18

def blank?
  false
end