In Files

Methods

Files

Bacon::TestUnitOutput::TapOutput::Numeric

Public Instance Methods

close?(to, delta) click to toggle source
     # File lib/bacon.rb, line 272
272:   def close?(to, delta)
273:     (to.to_f - self).abs <= delta.to_f  rescue false
274:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.