Method: Byebug::Frame#deco_method

Defined in:
lib/byebug/frame.rb

#deco_methodObject



80
81
82
# File 'lib/byebug/frame.rb', line 80

def deco_method
  _method[/((?:block(?: \(\d+ levels\))?|rescue) in )?(.*)/]
end