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