Class: Source::Bundler
Defined Under Namespace
Classes: Factory
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Gem
Attributes inherited from Base
Attributes included from HasOptionMethods
Instance Method Summary collapse
-
#initialize(*args) ⇒ Bundler
constructor
A new instance of Bundler.
Methods inherited from Gem
#architecture, #dependencies, #email, #name, read_metadata
Methods inherited from Base
constant_field, #contains_file?, #file_contents, #files, #maintainer
Methods included from HasOptionMethods
Constructor Details
#initialize(*args) ⇒ Bundler
Returns a new instance of Bundler.
22 23 24 |
# File 'lib/gpm/source/bundler.rb', line 22 def initialize(*args) super end |