Sha256: d15ad20cdcef8f4621443e3248bffe17d98671f6543337eda905f23da99b3a89
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
class TestInfinteCloudWatchObject def each counter = 1 loop do object = [] object.concat() yield "awesome-#{counter}" counter +=1 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-cloudwatch_logs-0.10.1 | spec/inputs/support/helpers.rb |