Module: Git::Flock
- Defined in:
- lib/git/flock.rb,
lib/git/flock/version.rb
Defined Under Namespace
Classes: Flocker
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
6 7 8 |
# File 'lib/git/flock.rb', line 6 def self.execute Flocker.new().flockem end |
.options ⇒ Object
10 11 12 |
# File 'lib/git/flock.rb', line 10 def self. {orgname: ARGV[0], token: ARGV[1]} end |