mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Mitigates Style/TrivialAccessors
This commit is contained in:
parent
52454d6d2b
commit
76abf14f11
1 changed files with 1 additions and 3 deletions
|
@ -512,9 +512,7 @@ module HTTParty
|
||||||
perform_request Net::HTTP::Options, path, options, &block
|
perform_request Net::HTTP::Options, path, options, &block
|
||||||
end
|
end
|
||||||
|
|
||||||
def default_options #:nodoc:
|
attr_reader :default_options
|
||||||
@default_options
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue