Sha256: 6fd88401fa6de27a50f5475ba7744e2822df062f348b81e57db480effd9b7feb
Contents?: true
Size: 466 Bytes
Versions: 210
Compression:
Stored size: 466 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_base0/application' require 'eac_ruby_utils/require_sub' require 'avm/instances/base' module Avm module Tools module Self ::EacRubyUtils.require_sub(__FILE__) class << self def application @application ||= ::EacRubyBase0::Application.new(root.to_path) end def root ::Pathname.new('../../..').expand_path(__dir__) end end end end end
Version data entries
210 entries across 210 versions & 2 rubygems