module Graal

Constants

VERSION

Public Class Methods

Repo(repository_path)
Alias for: Repository
Repository(repository_path) click to toggle source
# File lib/graal.rb, line 9
def Repository(repository_path)
   Repository.new repository_path
end
Also aliased as: Repo