Class: Numeric
Instance Method Summary collapse
- #to_uncertain(uncertainty = 0) ⇒ Object (also: #uncertain)
Instance Method Details
#to_uncertain(uncertainty = 0) ⇒ Object Also known as: uncertain
2 3 4 |
# File 'lib/numeric.rb', line 2 def to_uncertain(uncertainty = 0) Uncertain.new(self, uncertainty) end |