module Mgen

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/mgen.rb, line 9
def self.root
  @root ||= Pathname(__FILE__).dirname.expand_path
end