Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/zitdunyet/unit.rb,
lib/zitdunyet/percent.rb
Instance Method Summary collapse
- #percent ⇒ Object
- #unit ⇒ Object (also: #units)
Instance Method Details
#percent ⇒ Object
15 16 17 |
# File 'lib/zitdunyet/percent.rb', line 15 def percent Zitdunyet::Percent.new(self) end |
#unit ⇒ Object Also known as: units
15 16 17 |
# File 'lib/zitdunyet/unit.rb', line 15 def unit Zitdunyet::Unit.new(self) end |