class RBS::UnitTest::Convertibles::ToR

def initialize(value = 1r)

def initialize(value = 1r)
  @value = value
end

def to_r

def to_r
  @value
end