Flowdock
method

internal_init

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: BasicSpecification
internal_init() public

No documentation

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

Hide source
# File lib/rubygems/basic_specification.rb, line 197
  def internal_init # :nodoc:
    @extension_dir = nil
    @full_gem_path         = nil
    @gem_dir               = nil
    @ignored = nil
  end
Register or log in to add new notes.