Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rbvppc/hmc.rb

Instance Method Summary collapse

Instance Method Details

#numeric?Boolean

Returns:

  • (Boolean)


889
890
891
# File 'lib/rbvppc/hmc.rb', line 889

def numeric?
  true if Float(self) rescue false
end