Class: RBS::UnitTest::Convertibles::ToPath
- Inherits:
-
BlankSlate
- Object
- BlankSlate
- RBS::UnitTest::Convertibles::ToPath
- Defined in:
- lib/rbs/unit_test/convertibles.rb
Instance Method Summary collapse
-
#initialize(value = "") ⇒ ToPath
constructor
A new instance of ToPath.
- #to_path ⇒ Object
Methods inherited from BlankSlate
Constructor Details
#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 |
Instance Method Details
#to_path ⇒ Object
148 149 150 |
# File 'lib/rbs/unit_test/convertibles.rb', line 148 def to_path @value end |