Sha256: efb3ebf63703f24e87ec953d7ba5664ba69813ef0488b257da7307674a503861
Contents?: true
Size: 199 Bytes
Versions: 6
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true Shoes.app(title: "Flow example") do flow do %w[One Two Three Four Five Six Seven Eight].each do |num| stack do para num end end end end
Version data entries
6 entries across 6 versions & 2 rubygems