2 3 4
# File 'lib/numeric.rb', line 2 def to_uncertain(uncertainty = 0) Uncertain.new(self, uncertainty) end