lib/gibberish/rsa.rb in gibberish-1.0.1 vs lib/gibberish/rsa.rb in gibberish-1.0.2

- old
+ new

@@ -71,10 +71,10 @@ end # Expects a public key at the minumum # # @param [#to_s] key public or private - # @params [String] passphrase to key + # @param [String] passphrase to key # def initialize(key, passphrase=nil) @key = OpenSSL::PKey::RSA.new(key.to_s, passphrase) end