class Nightwatch::RakeFilter

Public Instance Methods

apply(exception) click to toggle source
# File lib/nightwatch/ext/rake.rb, line 19
def apply(exception)
  if exception.is_a? SystemExit
    nil
  else
    exception
  end
end