module ErrorData::Controls::Error::Backtrace::Frames::Second

Public Class Methods

filename() click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 51
def self.filename
  'some_other_file.rb'
end
line_number() click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 47
def self.line_number
  11
end
method_name() click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 55
def self.method_name
  'some_other_method'
end