Module: Probatio::Helpers

Included in:
Context, Section
Defined in:
lib/probatio/helpers.rb

Overview

probatio/helpers.rb

Instance Method Summary collapse

Instance Method Details

#beep(count = 1) ⇒ Object



7
8
9
10
# File 'lib/probatio/helpers.rb', line 7

def beep(count=1)

  Probatio.beep(count || 0)
end