Class: Nightwatch::RakeFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/nightwatch/ext/rake.rb

Instance Method Summary collapse

Instance Method Details

#apply(exception) ⇒ Object



19
20
21
22
23
24
25
# File 'lib/nightwatch/ext/rake.rb', line 19

def apply(exception)
  if exception.is_a? SystemExit
    nil
  else
    exception
  end
end