module Brah

Constants

VERSION

Public Class Methods

run(git_remote_output) click to toggle source
# File lib/brah.rb, line 3
def self.run(git_remote_output)
  Brah.new(git_remote_output).run
end