Module: DeepTest::Option::Integer
- Defined in:
- lib/deep_test/option.rb
Class Method Summary collapse
Class Method Details
.from_string(s) ⇒ Object
45 46 47 |
# File 'lib/deep_test/option.rb', line 45 def self.from_string(s) s.to_i end |
.to_string(i) ⇒ Object
41 42 43 |
# File 'lib/deep_test/option.rb', line 41 def self.to_string(i) i.to_s end |