Module: Kernel

Defined in:
lib/selenium-prep/overrides.rb

Instance Method Summary collapse

Instance Method Details



15
16
17
# File 'lib/selenium-prep/overrides.rb', line 15

def print(input)
  super input unless SeleniumPrep.debug_off?
end

#puts(input) ⇒ Object



11
12
13
# File 'lib/selenium-prep/overrides.rb', line 11

def puts(input)
  super input unless SeleniumPrep.debug_off?
end