Module: DeepTest::Option::Symbol

Defined in:
lib/deep_test/option.rb

Class Method Summary collapse

Class Method Details

.from_string(s) ⇒ Object



75
76
77
# File 'lib/deep_test/option.rb', line 75

def self.from_string(s)
  s.to_sym
end

.to_string(s) ⇒ Object



71
72
73
# File 'lib/deep_test/option.rb', line 71

def self.to_string(s)
  s.to_s
end