Class: Unipept::Commands::SimpleBatchIterator
- Defined in:
- lib/commands/unipept/taxa2lca.rb
Instance Method Summary collapse
Instance Method Details
#iterate(input) {|input.to_a, 0| ... } ⇒ Object
14 15 16 |
# File 'lib/commands/unipept/taxa2lca.rb', line 14 def iterate(input) yield(input.to_a, 0) end |