class RBS::UnitTest::Convertibles::ToS

公共类方法

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

公共实例方法

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