summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/hippie/client.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/hippie/client.rb b/lib/net/hippie/client.rb
index 0433c02..43ff407 100644
--- a/lib/net/hippie/client.rb
+++ b/lib/net/hippie/client.rb
@@ -8,14 +8,13 @@ module Net
}
def initialize(
- headers: {},
certificate: nil,
key: nil,
passphrase: nil,
mapper: JsonMapper.new
)
@certificate = certificate
- @default_headers = DEFAULT_HEADERS.merge(headers)
+ @default_headers = DEFAULT_HEADERS
@key = key
@mapper = mapper
end