Method: Tay::Packager#full_key_path

Defined in:
lib/tay/packager.rb

#full_key_pathObject

Return the absolute path to the private key



63
64
65
# File 'lib/tay/packager.rb', line 63

def full_key_path
  Pathname.new(spec.key_path).expand_path(@base_dir)
end