Method: Rolex#initialize

Defined in:
lib/rolex.rb

#initialize(repo_location, who) ⇒ Rolex

Returns a new instance of Rolex.



18
19
20
21
# File 'lib/rolex.rb', line 18

def initialize(repo_location, who)
  @who = who
  @repo = Grit::Repo.new(repo_location)
end