Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/chef/knife/hosts.rb
Overview
A quick helper
Instance Method Summary collapse
Instance Method Details
#numeric? ⇒ Boolean
24 25 26 |
# File 'lib/chef/knife/hosts.rb', line 24 def numeric? Float(self) != nil rescue false end |