Classes: Flocker
"0.0.1"
6 7 8
# File 'lib/git/flock.rb', line 6 def self.execute Flocker.new(options).flockem end
10 11 12
# File 'lib/git/flock.rb', line 10 def self.options {orgname: ARGV[0], token: ARGV[1]} end