module Sqlpp11gen

Constants

VERSION

Public Class Methods

bin() click to toggle source
# File lib/sqlpp11gen.rb, line 21
def self.bin
  File.join root, 'bin'
end
lib() click to toggle source
# File lib/sqlpp11gen.rb, line 25
def self.lib
  File.join root, 'lib'
end
root() click to toggle source
# File lib/sqlpp11gen.rb, line 17
def self.root
  File.expand_path '../..', __FILE__
end