Method: Abstractive::Actor#mark

Defined in:
lib/abstractive/actor.rb

#markObject



41
42
43
44
45
# File 'lib/abstractive/actor.rb', line 41

def mark
  if @mark == true
    "#{self.class.name} > "
  end
end