Module: Brah

Defined in:
lib/brah.rb,
lib/brah/version.rb

Defined Under Namespace

Classes: Brah

Constant Summary collapse

VERSION =
"0.5.0"

Class Method Summary collapse

Class Method Details

.run(git_remote_output) ⇒ Object



3
4
5
# File 'lib/brah.rb', line 3

def self.run(git_remote_output)
  Brah.new(git_remote_output).run
end