Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/greenhat/thing/helpers.rb

Overview

Shims

Instance Method Summary collapse

Instance Method Details

#numeric?Boolean

Returns:

  • (Boolean)


54
55
56
# File 'lib/greenhat/thing/helpers.rb', line 54

def numeric?
  true
end