Class: Dhaka::PassiveChannel

Inherits:
Channel
  • Object
show all
Defined in:
lib/dhaka/parser/channel.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Channel

#end_item, #start_item

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

#pumpObject



54
55
56
# File 'lib/dhaka/parser/channel.rb', line 54

def pump
  propagate start_item.lookaheadset
end

#to_sObject



50
51
52
# File 'lib/dhaka/parser/channel.rb', line 50

def to_s
  "Passive " + super
end