class RBS::UnitTest::Convertibles::ToIO

def initialize(io = $stdout)

def initialize(io = $stdout)
  @io = io
end

def to_io

def to_io
  @io
end