Class: Lad::Arguments
- Inherits:
-
Object
- Object
- Lad::Arguments
- Defined in:
- lib/parser.rb
Class Method Summary collapse
Class Method Details
.extract ⇒ Object
3 4 5 6 7 8 |
# File 'lib/parser.rb', line 3 def self.extract return { git_url: ARGV.first, name: ARGV.last } end |