module ErrorData::Controls::Error::Backtrace::Frames::Third
Public Class Methods
filename()
click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 67 def self.filename 'yet_another_file.rb' end
line_number()
click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 63 def self.line_number 1 end
method_name()
click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 71 def self.method_name 'yet_another_method' end