Method: Celluloid::Internals::Stack::ThreadState#backtrace

Defined in:
lib/celluloid/internals/stack/states.rb

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



23
24
25
# File 'lib/celluloid/internals/stack/states.rb', line 23

def backtrace
  @backtrace
end