Class: PactBroker::Client::Hal::AuthorizationHeaderRedactor
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- PactBroker::Client::Hal::AuthorizationHeaderRedactor
- Defined in:
- lib/pact_broker/client/hal/authorization_header_redactor.rb
Instance Method Summary collapse
Instance Method Details
#<<(*args) ⇒ Object
15 16 17 |
# File 'lib/pact_broker/client/hal/authorization_header_redactor.rb', line 15 def <<(*args) __getobj__().send(:<<, *redact_args(args)) end |
#print(*args) ⇒ Object
11 12 13 |
# File 'lib/pact_broker/client/hal/authorization_header_redactor.rb', line 11 def print(*args) __getobj__().puts(*redact_args(args)) end |
#puts(*args) ⇒ Object
7 8 9 |
# File 'lib/pact_broker/client/hal/authorization_header_redactor.rb', line 7 def puts(*args) __getobj__().puts(*redact_args(args)) end |