diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-31 23:18:06 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-31 23:18:06 -0600 |
| commit | 12af3b02c48b7aba2334cddf2aeeb5f7c2f4b5df (patch) | |
| tree | 676b8d4cdb36fca813b934829b17704c79735682 /lib/net | |
| parent | 6d1a48bee3dd8ec90a198b636cc9ccfd8c4e9bc5 (diff) | |
Enable new rubocop rules
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/hippie/client.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/hippie/client.rb b/lib/net/hippie/client.rb index 769a580..5beec1e 100644 --- a/lib/net/hippie/client.rb +++ b/lib/net/hippie/client.rb @@ -10,8 +10,7 @@ module Net 'User-Agent' => "net/hippie #{Net::Hippie::VERSION}" }.freeze - attr_reader :mapper, :logger - attr_reader :follow_redirects + attr_reader :mapper, :logger, :follow_redirects def initialize(options = {}) @options = options |
