module ErrorData::Controls::Error::Backtrace

Public Class Methods

example() click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 5
def self.example
  [
    Frames::First.text,
    Frames::Second.text,
    Frames::Third.text
  ]
end
other_example() click to toggle source
# File lib/error_data/controls/error/backtrace.rb, line 13
def self.other_example
  [
    Frames::First.text,
    Frames::Third.text,
    Frames::Second.text
  ]
end