class RBS::UnitTest::Convertibles::ToStr

def initialize(value = "")

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

def to_str

def to_str
  @value
end