class Numeric

Public Instance Methods

perch() click to toggle source
# File lib/ruby_area/core_ext.rb, line 6
def perch
  ::RubyArea::Units::Perch.new(self)
end
square_foot() click to toggle source
# File lib/ruby_area/core_ext.rb, line 10
def square_foot
  ::RubyArea::Units::SquareFoot.new(self)
end
square_meter() click to toggle source
# File lib/ruby_area/core_ext.rb, line 14
def square_meter
  ::RubyArea::Units::SquareMeter.new(self)
end