Parent

Methods

Class/Module Index [+]

Quicksearch

Rudy::InsecureKeyPermissions

Public Instance Methods

message() click to toggle source
# File lib/rudy/exceptions.rb, line 8
def message
  lines = ["Insecure file permissions for #{@obj}"]
  lines << "Try: chmod 600 #{@obj}"
  lines.join($/)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.