diff options
| author | frsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731> | 2009-02-15 09:10:02 +0000 |
|---|---|---|
| committer | frsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731> | 2009-02-15 09:10:02 +0000 |
| commit | 6083300ea949855e1b2cd3cc4e92bf340c4e90e7 (patch) | |
| tree | e8272be29b5154c1a1b6d41ad47750ed496d7b34 /ruby/gem/script/console | |
| parent | 01d40bbb765a30d32c24298a2b666152de8a283f (diff) | |
| download | msgpack-python-6083300ea949855e1b2cd3cc4e92bf340c4e90e7.tar.gz | |
ruby binding: simplify gem package skeleton
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@102 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'ruby/gem/script/console')
| -rwxr-xr-x | ruby/gem/script/console | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ruby/gem/script/console b/ruby/gem/script/console deleted file mode 100755 index 76f32a0..0000000 --- a/ruby/gem/script/console +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env ruby -# File: script/console -irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' - -libs = " -r irb/completion" -# Perhaps use a console_lib to store any extra methods I may want available in the cosole -# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}" -libs << " -r #{File.dirname(__FILE__) + '/../lib/msgpack.rb'}" -puts "Loading msgpack gem" -exec "#{irb} #{libs} --simple-prompt" |
