Sha256: 90560c7df3cecc462e2eaf8cb8c420ca3a6ee82e9765e73c9391e1e8a7826410
Contents?: true
Size: 301 Bytes
Versions: 25
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true require 'pathname' module EacRailsBase0 module Paths class << self # @return [Pathname] def engines_subpath ::Pathname.new('engines') end def sub_gems_subpath ::Pathname.new('sub').join('gems') end end end end
Version data entries
25 entries across 25 versions & 1 rubygems