Sha256: aa017f2478666f1870f13ea77aae573f3c486e2064a659665f01a0bac0e7d96c
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
module PoolParty module Output def output(*args) returning (@output ||= []) do |output| args.each do |line| (output ||= []) << line end end end end end
Version data entries
5 entries across 5 versions & 2 rubygems