# File lib/nanite/security/rsa_key_pair.rb, line 46 def save(file) File.open(file, "w") do |f| f.write(@raw_key.to_pem) end end