[BioRuby-cvs] bioruby/lib/bio/shell core.rb,1.15,1.16
Katayama Toshiaki
k at pub.open-bio.org
Wed Dec 7 05:54:25 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell
In directory pub.open-bio.org:/tmp/cvs-serv28147/lib/bio/shell
Modified Files:
core.rb
Log Message:
* minor fix (reverted)
Index: core.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/core.rb,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** core.rb 7 Dec 2005 05:12:07 -0000 1.15
--- core.rb 7 Dec 2005 10:54:23 -0000 1.16
***************
*** 442,446 ****
f.print "#!/usr/bin/env ruby\n\n"
f.print "require 'bioruby'\n\n"
! f.print Readline::HISTORY.to_a[@script_begin.. at script_end]
f.print "\n\n"
end
--- 442,446 ----
f.print "#!/usr/bin/env ruby\n\n"
f.print "require 'bioruby'\n\n"
! f.puts Readline::HISTORY.to_a[@script_begin.. at script_end]
f.print "\n\n"
end
More information about the bioruby-cvs
mailing list