Method: WebTools::Support::Debugger::Frame#to_hash

Defined in:
lib/web_tools/support/debugger.rb

#to_hashObject



238
239
240
241
242
243
244
245
246
# File 'lib/web_tools/support/debugger.rb', line 238

def to_hash
  { :method_name => @method_name,
    :class => @class,
    :index => @index,
    :defining_class => @defining_class,
    :source_location => @source_location,
    :block_nesting => @block_nesting,
    :debug_info => @debug_info }
end