Sha256: eee5c1df2a18531769f3d7bea8f364e1e068b366311f34b35e175fd73b965551
Contents?: true
Size: 193 Bytes
Versions: 61
Compression:
Stored size: 193 Bytes
Contents
# frozen_string_literal: true require 'pathname' module Avm module Self class << self def root ::Pathname.new('../../..').expand_path(__dir__) end end end end
Version data entries
61 entries across 61 versions & 1 rubygems