Class: Pact::Http::AuthorizationHeaderRedactor

Inherits:
SimpleDelegator
  • Object
show all
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


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