Method: LibGems::Specification#loaded

Defined in:
lib/libgems/specification.rb

#loadedObject Also known as: loaded?

true when this gemspec has been loaded from a specifications directory. This attribute is not persisted.



361
362
363
# File 'lib/libgems/specification.rb', line 361

def loaded
  @loaded
end