Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: StubSpecification
new(filename) public

No documentation

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

Hide source
# File lib/rubygems/stub_specification.rb, line 41
  def initialize(filename)
    self.loaded_from = filename
    @data            = nil
    @extensions      = nil
    @name            = nil
    @spec            = nil
  end
Register or log in to add new notes.