Flowdock
method

new

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: FormatError
new(message, path = nil) public

No documentation

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

Hide source
# File lib/rubygems/package.rb, line 56
    def initialize message, path = nil
      @path = path

      message << " in #{path}" if path

      super message
    end
Register or log in to add new notes.