Flowdock
method

new

Importance_0
new(path) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/exceptions.rb, line 29
  def initialize(path)
    super("You don't have write permissions into the #{path} directory.")
  end
Register or log in to add new notes.