Class: Appraisal::Source
- Inherits:
-
BundlerDSL
- Object
- BundlerDSL
- Appraisal::Source
- Defined in:
- lib/appraisal/source.rb
Constant Summary
Constants inherited from BundlerDSL
Instance Attribute Summary
Attributes inherited from BundlerDSL
Instance Method Summary collapse
-
#for_dup ⇒ Object
:nodoc:.
-
#initialize(source) ⇒ Source
constructor
A new instance of Source.
- #to_s ⇒ Object
Methods inherited from BundlerDSL
#gem, #gemspec, #git, #git_source, #group, #install_if, #path, #platforms, #remove_gem, #ruby, #run, #source
Constructor Details
#initialize(source) ⇒ Source
Returns a new instance of Source.
8 9 10 11 |
# File 'lib/appraisal/source.rb', line 8 def initialize(source) super() @source = source end |
Instance Method Details
#for_dup ⇒ Object
:nodoc:
18 19 20 |
# File 'lib/appraisal/source.rb', line 18 def for_dup formatted_output indent(super) end |
#to_s ⇒ Object
13 14 15 |
# File 'lib/appraisal/source.rb', line 13 def to_s formatted_output indent(super) end |