Method: Trahald::Git#initialize

Defined in:
lib/trahald/git.rb

#initialize(repo_path, ext = "md") ⇒ Git

Returns a new instance of Git.



7
8
9
10
# File 'lib/trahald/git.rb', line 7

def initialize(repo_path, ext="md")
  @repo_dir = repo_path
  @ext = ext
end