Module: AWS::PWS::Silencer

Defined in:
lib/aws/pws/silencer.rb

Instance Method Summary collapse

Instance Method Details

#paObject

Override Paint method to avoid polluting ‘env` and `cat` output



5
6
# File 'lib/aws/pws/silencer.rb', line 5

def pa(*)
end

Disable printing in PWS#read_safe: github.com/janlelis/pws/blob/master/lib/pws.rb#L230



10
11
# File 'lib/aws/pws/silencer.rb', line 10

def print(*)
end