Module: ErrorData::Controls::Error::Backtrace::Frames::Second
- Extended by:
- Text
- Defined in:
- lib/error_data/controls/error/backtrace.rb
Class Method Summary collapse
Methods included from Text
Class Method Details
.filename ⇒ Object
51 52 53 |
# File 'lib/error_data/controls/error/backtrace.rb', line 51 def self.filename 'some_other_file.rb' end |
.line_number ⇒ Object
47 48 49 |
# File 'lib/error_data/controls/error/backtrace.rb', line 47 def self.line_number 11 end |
.method_name ⇒ Object
55 56 57 |
# File 'lib/error_data/controls/error/backtrace.rb', line 55 def self.method_name 'some_other_method' end |