Skip to content

Commit

Permalink
get rid of ruby argument prefix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed May 2, 2014
1 parent d63e4ff commit 3b2cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Gitlab
# @private
class API < Request
# @private
attr_accessor *Configuration::VALID_OPTIONS_KEYS
attr_accessor(*Configuration::VALID_OPTIONS_KEYS)

# Creates a new API.
# @raise [Error:MissingCredentials]
Expand Down

0 comments on commit 3b2cda9

Please sign in to comment.