Sha256: 680479db5299f67b41741ba0e8b09b42a18abb70b10f8616b7bd9801a71dce59
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true require 'pathname/extensions' require 'dry/core/constants' class Pathname include Dry::Core::Constants HERE = Pathname('.').freeze UPPER = Pathname('..').freeze ROOT = Pathname('/').freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-files-0.2.0 | lib/pathname/extensions/constants.rb |