Method: Cody::Dsl::Project#github_url
- Defined in:
- lib/cody/dsl/project.rb
#github_url(url) ⇒ Object
Convenience wrapper methods
31 32 33 |
# File 'lib/cody/dsl/project.rb', line 31 def github_url(url) @properties[:source][:location] = url end |