Class: Dhaka::PassiveChannel
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
48 49 50 |
# File 'lib/parser/channel.rb', line 48 def pump propagate @start_item.lookaheadset end |
#to_s ⇒ Object
45 46 47 |
# File 'lib/parser/channel.rb', line 45 def to_s "Passive " + super.to_s end |