Class: Roundest

Inherits:
Object
  • Object
show all
Defined in:
lib/roundest.rb,
lib/roundest/version.rb

Constant Summary collapse

VERSION =
'0.1'

Class Method Summary collapse

Class Method Details

.roundest(low, high, verbose = false) ⇒ Object

Class methods



31
32
33
# File 'lib/roundest.rb', line 31

def self.roundest(low,high,verbose=false)
  break_point(low,high,verbose)
end