git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-03-26 16:01:42 +00:00
parent 6f003e469d
commit 7cb47a315e

View File

@ -1027,7 +1027,7 @@ Also, a list:
end
##
# Returns the path tot he key named +key_name+ from <tt>test/rubygems</tt>
# Returns the path to the key named +key_name+ from <tt>test/rubygems/</tt>
def self.key_path key_name
File.expand_path "../../../test/rubygems/#{key_name}_key.pem", __FILE__