Class: Rango::GitDependencyStrategy
- Rango::DependencyStrategy
- Rango::GitDependencyStrategy
Attributes
Instance Attributes
repo | [RW] | public |
Returns the value of attribute repo. |
---|
Constructor Summary
public
initialize(repo)
[View source]
20 21 22 |
# File 'lib/rango/bundling/strategies.rb', line 20 def initialize(repo) @repo = repo end |
Public Visibility
Public Class Methods Inherited from Rango::DependencyStrategy
Public Instance Method Summary
#get |
---|
Public Instance Method Details
get
public
get
[View source]
25 26 27 |
# File 'lib/rango/bundling/strategies.rb', line 25 def get %x[git clone #{self.repo}] end |