From de962728a1da6beca0908f5079d60120fd5031ed Mon Sep 17 00:00:00 2001 From: Peter Camilleri Date: Wed, 24 Feb 2016 22:00:12 -0500 Subject: [PATCH] The fOOrth program no longer goes through demo.rb --- bin/fOOrth | 2 +- demo.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fOOrth b/bin/fOOrth index cd0aa61..6ed24af 100644 --- a/bin/fOOrth +++ b/bin/fOOrth @@ -3,6 +3,6 @@ # Standalone execution of the fOOrth environment. # -require_relative '../demo' +require 'fOOrth' XfOOrth::main diff --git a/demo.rb b/demo.rb index 90bec00..936f6ac 100644 --- a/demo.rb +++ b/demo.rb @@ -6,7 +6,7 @@ if ARGV[0] == 'local' require_relative 'lib/fOOrth' puts "\nOption(local) Loaded fOOrth from the local code folder." elsif defined?(XfOOrth) - puts "The fOOrth system is already loaded." + puts "\nThe fOOrth system is already loaded." else begin require 'fOOrth'