mv file
authoreto <eto>
Mon, 10 Nov 2003 08:32:10 +0000 (08:32 +0000)
committereto <eto>
Mon, 10 Nov 2003 08:32:10 +0000 (08:32 +0000)
lib/chise.rb [new file with mode: 0755]

diff --git a/lib/chise.rb b/lib/chise.rb
new file mode 100755 (executable)
index 0000000..e6699c3
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/env ruby
+# $Id: chise.rb,v 1.1 2003-11-10 08:32:10 eto Exp $
+# Copyright (C) 2002-2003 Kouichirou Eto, All rights reserved.
+# This is free software with ABSOLUTELY NO WARRANTY.
+# You can redistribute it and/or modify it under the terms of the GNU GPL2.
+
+require 'chise/char'
+require 'chise/rbchise'
+require 'chise/db'
+require 'chise/ids'