Class: RubiGen::AbstractGemSource

Inherits:
Source show all
Defined in:
lib/rubigen/lookup.rb

Direct Known Subclasses

GemPathSource

Instance Attribute Summary

Attributes inherited from Source

#label

Instance Method Summary collapse

Methods inherited from Source

#each, #names

Constructor Details

#initializeAbstractGemSource

Returns a new instance of AbstractGemSource.



256
257
258
# File 'lib/rubigen/lookup.rb', line 256

def initialize
  super :RubyGems
end