[BioRuby-cvs] bioruby/bin bioruby,1.14,1.15

Katayama Toshiaki k at pub.open-bio.org
Mon Feb 27 09:41:56 UTC 2006


Update of /home/repository/bioruby/bioruby/bin
In directory pub.open-bio.org:/tmp/cvs-serv1250/bin

Modified Files:
	bioruby 
Log Message:
* temporal cleanup


Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** bioruby	27 Feb 2006 09:41:19 -0000	1.14
--- bioruby	27 Feb 2006 09:41:54 -0000	1.15
***************
*** 105,117 ****
  
  if script
-   # *TODO* - variables are seemed to exist, but couldn't access them ...
-   #eval("ls", irb.context.workspace.binding)
-   #eval("ls")
-   #eval("load '#{script}'", irb.context.workspace.binding)
-   #eval("load '#{script}'", IRB.conf[:MAIN_CONTEXT].workspace.binding)
-   #eval("load '#{script}'")
-   #eval("load '#{script}', true")
-   #eval("File.read('#{script}')", irb.context.workspace.binding)
-   #eval("File.read('#{script}')")
    load script
    exit
--- 105,108 ----




More information about the bioruby-cvs mailing list