Sha256: 414063de1822f6b7ad820b4f689b5402c439fa992553ef35980ca3dbe3ab8226
Contents?: true
Size: 407 Bytes
Versions: 111
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true require 'avm/eac_webapp_base0/instances/apache_host' module Avm module EacAsciidoctorBase0 module Instances class ApacheHost < ::Avm::EacWebappBase0::Instances::ApacheHost def document_root instance.read_entry(::Avm::Instances::EntryKeys::INSTALL_PATH) end def extra_content '' end end end end end
Version data entries
111 entries across 111 versions & 2 rubygems