From 0f4453c60d6f1a1992ac5f7a085c03fc5b77269e Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Sat, 6 May 2006 03:06:55 +0000 Subject: - [enhance] Context#initialize() can take a hash object - [enhance] Engine#result() can take a hash object - [enhance] TinyEruby#evaluate() added - [change] Engine#evaluate() convert hash into Context object - [change] command-line option '-X' removed and add '-B' (invoke result(binding)) - [enhance] add 'website/' directory --- doc/users-guide.html | 170 +++++++++++++++++++++++++++------------------------ doc/users-guide.txt | 120 ++++++++++++++++++------------------ 2 files changed, 152 insertions(+), 138 deletions(-) (limited to 'doc') diff --git a/doc/users-guide.html b/doc/users-guide.html index d707c7f..b623db5 100644 --- a/doc/users-guide.html +++ b/doc/users-guide.html @@ -67,7 +67,7 @@ It has the following features.
  • Context Data File
  • -
  • Preamble and Postamble +
  • Preamble and Postamble
  • @@ -111,7 +111,7 @@ It has the following features. -
  • Benchmark +
  • Benchmark
  • Command Reference