module Bootstrap

def gem_path

Paths
def gem_path
  @gem_path ||= File.expand_path '..', File.dirname(__FILE__)
end