Method: Failbot::Compat#fail

Defined in:
lib/failbot/compat.rb

#failObject



134
135
136
137
138
# File 'lib/failbot/compat.rb', line 134

def fail
  warn "#{caller[0]} Failbot.fail is deprecated and will be " \
    "removed in subsequent releases."
  raise "failure failure!"
end