Flowdock
method

new

Importance_0
new(name, version) public

No documentation

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

Hide source
# File lib/rubygems/errors.rb, line 121
    def initialize(name, version)
      @name = name
      @version = version
      @platforms = []
    end
Register or log in to add new notes.