Class: ListerJoiner

Inherits:
IOAble show all
Defined in:
lib/LRH.rb

Direct Known Subclasses

InstanceJoiner

Instance Method Summary collapse

Methods inherited from IOAble

#debug!, #debug?, #get_option, #halt!, #job=, #log, #set_option

Constructor Details

#initializeListerJoiner

Returns a new instance of ListerJoiner.



79
80
81
# File 'lib/LRH.rb', line 79

def initialize
    super
end

Instance Method Details

#_join(lister_output) ⇒ Object



83
84
85
# File 'lib/LRH.rb', line 83

def _join(lister_output)
    self.join(lister_output)
end

#join(lister_output) ⇒ Object



87
88
89
# File 'lib/LRH.rb', line 87

def join(lister_output)
    # Creates an instance 
end