module Rib::Beep
Public Instance Methods
Private Instance Methods
beep()
click to toggle source
# File lib/rib/more/beep.rb, line 18 def beep print "\a" end
beep_threshold()
click to toggle source
# File lib/rib/more/beep.rb, line 22 def beep_threshold config[:beep_threshold] ||= 5 end