class RBS::UnitTest::Convertibles::ToPath
公共类方法
new(value = "") 点击切换源代码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 144 def initialize(value = "") @value = value end
公共实例方法
to_path() 点击切换源代码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 148 def to_path @value end