class String

Public Instance Methods

numeric?() click to toggle source
# File lib/rbvppc/hmc.rb, line 889
def numeric?
  true if Float(self) rescue false
end