class EacRubyUtils::Locales::FromGem

def path

Returns:
  • (Pathname) -
def path
  gemspec.gem_dir.to_pathname.join(LOCALES_DIR_SUBPATH)
end