Sha256: 9673a75416c576f1751d1cd638b0c12d5af0816ec9baa61f6eae02274cb89c9e
Contents?: true
Size: 263 Bytes
Versions: 33
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_base0/application' module Ehbrs module Tools class << self def application @application ||= ::EacRubyBase0::Application.new(::File.expand_path('../../..', __dir__)) end end end end
Version data entries
33 entries across 33 versions & 1 rubygems