class Pagy

def self.root

Gem root pathname to get the path of Pagy files stylesheets, javascripts, apps, locales, etc.
def self.root
  @root ||= Pathname.new(__dir__).parent.freeze
end