class RBS::UnitTest::Convertibles::ToPath
An object with to_path method
Public Class Methods
(?untyped value) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/unit_test/convertibles.rb, line 145 def initialize(value = "") @value = value end
Public Instance Methods
() → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/unit_test/convertibles.rb, line 149 def to_path @value end