module AWS::PWS::Silencer
Public Instance Methods
pa(*)
click to toggle source
Override Paint method to avoid polluting ‘env` and `cat` output
# File lib/aws/pws/silencer.rb, line 5 def pa(*) end
print(*)
click to toggle source
Disable printing in PWS#read_safe: github.com/janlelis/pws/blob/master/lib/pws.rb#L230
# File lib/aws/pws/silencer.rb, line 10 def print(*) end