Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/net/tofu/response.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#numerical? ⇒ Boolean
4 5 6 |
# File 'lib/net/tofu/response.rb', line 4 def numerical? to_i.to_s == self end |