module FalkorLib

Sebastien Varrette aka Falkor’s Common library to share Ruby code and ‘{rake,cap}` tasks

require ‘falkorlib/cli/init/repo’ require “falkorlib/bootstrap”

require ‘falkorlib/cli/init/repo’ require “falkorlib/bootstrap”

Time-stamp: <Fri 2016-11-11 14:25 svarrette>

Falkorlib errors

Public Class Methods

lib() click to toggle source
# File lib/falkorlib.rb, line 41
def self.lib
  File.join root, 'lib'
end
root() click to toggle source

Return the root directory of the gem

# File lib/falkorlib.rb, line 37
def self.root
  File.expand_path '../..', __FILE__
end
templates() click to toggle source
# File lib/falkorlib.rb, line 45
def self.templates
  File.join root, 'templates'
end