Method: RBS::UnitTest::Convertibles::ToPath#initialize

Defined in:
lib/rbs/unit_test/convertibles.rb

#initialize(value = "") ⇒ ToPath

Returns a new instance of ToPath.



144
145
146
# File 'lib/rbs/unit_test/convertibles.rb', line 144

def initialize(value = "")
  @value = value
end