7 8 9
# File 'lib/avm/tools/self.rb', line 7 def application @application ||= ::EacRubyBase0::Application.new(root.to_path) end
11 12 13
# File 'lib/avm/tools/self.rb', line 11 def root ::Pathname.new('../../..').expand_path(__dir__) end