1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Mitigates Style/TrivialAccessors

This commit is contained in:
Thomas Nys 2015-04-18 01:03:33 +02:00
parent 52454d6d2b
commit 76abf14f11

View file

@ -512,9 +512,7 @@ module HTTParty
perform_request Net::HTTP::Options, path, options, &block
end
def default_options #:nodoc:
@default_options
end
attr_reader :default_options
private