class StackifyRubyAPM::Stacktrace
@api private
Attributes
frames[RW]
Public Instance Methods
length()
click to toggle source
# File lib/stackify_apm/stacktrace.rb, line 10 def length frames.length end
to_a()
click to toggle source
# File lib/stackify_apm/stacktrace.rb, line 14 def to_a frames.map(&:to_h) end