Flowdock
method

new

Importance_0
new(directory) 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 69
  def initialize directory
    @directory = directory

    super "You don't have write permissions for the #{directory} directory."
  end
Register or log in to add new notes.