module Promethee

Public Class Methods

root() click to toggle source
# File lib/promethee.rb, line 9
def self.root
  Pathname.new(__dir__).parent.realpath
end