Class: Pact::Http::AuthorizationHeaderRedactor
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Pact::Http::AuthorizationHeaderRedactor
- Defined in:
- lib/pact/http/authorization_header_redactor.rb
Instance Method Summary collapse
Instance Method Details
#<<(*args) ⇒ Object
14 15 16 |
# File 'lib/pact/http/authorization_header_redactor.rb', line 14 def <<(*args) __getobj__().send(:<<, *redact_args(args)) end |
#print(*args) ⇒ Object
10 11 12 |
# File 'lib/pact/http/authorization_header_redactor.rb', line 10 def print(*args) __getobj__().puts(*redact_args(args)) end |
#puts(*args) ⇒ Object
6 7 8 |
# File 'lib/pact/http/authorization_header_redactor.rb', line 6 def puts(*args) __getobj__().puts(*redact_args(args)) end |