class Celluloid::Internals::Stack::CellState

Public Instance Methods

dump() click to toggle source
# File lib/celluloid/internals/stack/states.rb, line 18
def dump
  "Celluloid::Cell 0x#{subject_id.to_s(16)}: #{subject_class}"
end