class RBS::UnitTest::Convertibles::ToI

def initialize(value = 3)

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

def to_i

def to_i
  @value
end