Module: EacRailsBase0::Paths

Defined in:
lib/eac_rails_base0/paths.rb

Class Method Summary collapse

Class Method Details

.engines_subpathPathname

Returns:

  • (Pathname)


9
10
11
# File 'lib/eac_rails_base0/paths.rb', line 9

def engines_subpath
  ::Pathname.new('engines')
end

.sub_gems_subpathObject



13
14
15
# File 'lib/eac_rails_base0/paths.rb', line 13

def sub_gems_subpath
  ::Pathname.new('sub').join('gems')
end