1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Remove warnings "method redefined"

This commit is contained in:
Kenichi Kamiya 2013-01-11 02:06:11 +09:00 committed by Erik Michaels-Ober
parent b93ec37122
commit 4364add1c4

View file

@ -13,8 +13,6 @@ module OmniAuth
base.extend ClassMethods
base.class_eval do
attr_reader :app, :env, :options, :response
option :setup, false
option :skip_info, false
end
@ -106,6 +104,8 @@ module OmniAuth
end
end
attr_reader :app, :env, :options, :response
# Initializes the strategy by passing in the Rack endpoint,
# the unique URL segment name for this strategy, and any
# additional arguments. An `options` hash is automatically