类 RBS::UnitTest::Convertibles::ToStr

公共类方法

new(value = "") 点击切换源代码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 84
def initialize(value = "")
  @value = value
end

公共实例方法

to_str() 点击切换源代码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 88
def to_str
  @value
end