Class: Unipept::Commands::SimpleBatchIterator

Inherits:
Object
  • Object
show all
Defined in:
lib/commands/unipept/taxa2lca.rb

Instance Method Summary collapse

Instance Method Details

#iterate(input) {|input.to_a, 0| ... } ⇒ Object

Yields:

  • (input.to_a, 0)


14
15
16
# File 'lib/commands/unipept/taxa2lca.rb', line 14

def iterate(input)
  yield(input.to_a, 0)
end