# File lib/gpgr.rb, line 143 def self.import(path_to_key) system "#{Gpgr.command} -q --no-verbose --yes --import #{File.expand_path(path_to_key)}" end