Method: Clin::Text#listeners

Defined in:
lib/clin/text.rb

#listenersObject

List of block that listen for line added to the next builder.



41
42
43
# File 'lib/clin/text.rb', line 41

def listeners
  @listeners
end