Class: Neutron::FilePairList

Inherits:
Array
  • Object
show all
Defined in:
lib/neutron.rb

Instance Method Summary collapse

Instance Method Details

#sourcesObject



31
32
33
34
35
# File 'lib/neutron.rb', line 31

def sources
  self.map do |i|
    i.source
  end
end

#targetsObject



36
37
38
39
40
# File 'lib/neutron.rb', line 36

def targets
  self.map do |i|
    i.target
  end
end