Sha256: abde4d4c27c3c066b75c02aee61f44faeeaaf46c7a0770051ec7bdf205444ec0
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
module AWS module PWS module Silencer # Override Paint method to avoid polluting `env` and `cat` output def pa(*) end # Disable printing in PWS#read_safe: # https://github.com/janlelis/pws/blob/master/lib/pws.rb#L230 def print(*) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-pws-0.1.1 | lib/aws/pws/silencer.rb |
aws-pws-0.1.0 | lib/aws/pws/silencer.rb |