Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rbvppc/hmc.rb
Instance Method Summary collapse
Instance Method Details
#numeric? ⇒ Boolean
889 890 891 |
# File 'lib/rbvppc/hmc.rb', line 889 def numeric? true if Float(self) rescue false end |