41 42 43 44 45
# File 'lib/abstractive/actor.rb', line 41 def mark if @mark == true "#{self.class.name} > " end end