Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


2
# File 'lib/numeric.rb', line 2

def present?; true; end

#to_aObject



3
# File 'lib/numeric.rb', line 3

def to_a; [self]; end