Module: DeepTest::Option::String
- Defined in:
- lib/deep_test/option.rb
Class Method Summary collapse
Class Method Details
.from_string(s) ⇒ Object
55 56 57 |
# File 'lib/deep_test/option.rb', line 55 def self.from_string(s) s end |
.to_string(s) ⇒ Object
51 52 53 |
# File 'lib/deep_test/option.rb', line 51 def self.to_string(s) s end |