module DeepTest::Option::String
Public Class Methods
from_string(s)
click to toggle source
# File lib/deep_test/option.rb, line 55 def self.from_string(s) s end
to_string(s)
click to toggle source
# File lib/deep_test/option.rb, line 51 def self.to_string(s) s end