class RBS::UnitTest::Convertibles::ToPath

Public Class Methods

new(value = "") click to toggle source
# File rbs-3.4.0/lib/rbs/unit_test/convertibles.rb, line 144
def initialize(value = "")
  @value = value
end

Public Instance Methods

to_path() click to toggle source
# File rbs-3.4.0/lib/rbs/unit_test/convertibles.rb, line 148
def to_path
  @value
end