class RBS::UnitTest::Convertibles::ToS

def initialize(value = "")

def initialize(value = "")
  @value = value
end

def to_s

def to_s
  @value
end