class Pagy

def self.root

Root pathname to get the path of Pagy files like templates or dictionaries
def self.root
  @root ||= Pathname.new(__dir__).freeze
end