Method: Handle#e

Defined in:
lib/handle.rb

#e(&block) ⇒ Object



30
31
32
# File 'lib/handle.rb', line 30

def e(&block)
  on_fail(&block)
end