module Lpgrid
Constants
- VERSION
Attributes
config[R]
Public Class Methods
config()
click to toggle source
# File lib/lpgrid.rb, line 11 def self.config @config ||= Configuration.new end
root()
click to toggle source
# File lib/lpgrid.rb, line 15 def self.root Pathname.new(File.expand_path '../..', __FILE__) end