Sha256: f5377101f5c0804b60f4cee81977d873eb441240cca56d44537b7d1b742ecd45
Contents?: true
Size: 86 Bytes
Versions: 2
Compression:
Stored size: 86 Bytes
Contents
class List < Datapipes::Source def run (1..10).each {|i| produce(i) } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datapipes-0.1.2 | examples/list.rb |
datapipes-0.1.1 | examples/list.rb |