module Git::Flock
Constants
- VERSION
Public Class Methods
execute()
click to toggle source
# File lib/git/flock.rb, line 6 def self.execute Flocker.new(options).flockem end
options()
click to toggle source
# File lib/git/flock.rb, line 10 def self.options {orgname: ARGV[0], token: ARGV[1]} end