Flowdock
method

default_gem?

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BasicSpecification
default_gem?() 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 82
  def default_gem?
    loaded_from &&
      File.dirname(loaded_from) == self.class.default_specifications_dir
  end
Register or log in to add new notes.