Class: Dhaka::PassiveChannel
- Defined in:
- lib/dhaka/parser/channel.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Channel
Instance Method Summary collapse
Methods inherited from Channel
#eql?, #hash, #initialize, #propagate
Constructor Details
This class inherits a constructor from Dhaka::Channel
Instance Method Details
#pump ⇒ Object
54 55 56 |
# File 'lib/dhaka/parser/channel.rb', line 54 def pump propagate start_item.lookaheadset end |
#to_s ⇒ Object
50 51 52 |
# File 'lib/dhaka/parser/channel.rb', line 50 def to_s "Passive " + super end |