summaryrefslogtreecommitdiffstats
path: root/lib/plugins
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-08 00:55:41 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-08 00:55:41 +0000
commitbff0fbce8baeddb3bba4d04131f1368763078e36 (patch)
tree83f04edaaa36bbebc645b4c0528e16216e8f981e /lib/plugins
parent85db9769bc5f167466ddcaea2ff5c2583c86d681 (diff)
downloadredmine-bff0fbce8baeddb3bba4d04131f1368763078e36.tar.gz
redmine-bff0fbce8baeddb3bba4d04131f1368763078e36.zip
Remove RDoc tags (#28943).
Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/open_id_authentication/lib/open_id_authentication.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/open_id_authentication/lib/open_id_authentication.rb b/lib/plugins/open_id_authentication/lib/open_id_authentication.rb
index 48be8ddba..7afe6fdeb 100644
--- a/lib/plugins/open_id_authentication/lib/open_id_authentication.rb
+++ b/lib/plugins/open_id_authentication/lib/open_id_authentication.rb
@@ -109,12 +109,12 @@ module OpenIdAuthentication
# the Rails convention "open_id_identifier" because that's what
# the specification dictates in order to get browser auto-complete
# working across sites
- def using_open_id?(identifier = nil) #:doc:
+ def using_open_id?(identifier = nil)
identifier ||= open_id_identifier
!identifier.blank? || request.env[Rack::OpenID::RESPONSE]
end
- def authenticate_with_open_id(identifier = nil, options = {}, &block) #:doc:
+ def authenticate_with_open_id(identifier = nil, options = {}, &block)
identifier ||= open_id_identifier
if request.env[Rack::OpenID::RESPONSE]