class Hoss::Stacktrace

@api private

Attributes

frames[RW]

Public Instance Methods

length() click to toggle source
# File lib/hoss/stacktrace.rb, line 25
def length
  frames.length
end
to_a() click to toggle source
# File lib/hoss/stacktrace.rb, line 29
def to_a
  frames.map(&:to_h)
end