[BioRuby-cvs] bioruby/lib/bio/shell session.rb,1.1,1.2

Katayama Toshiaki k at pub.open-bio.org
Sat Nov 5 03:34:51 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio/shell
In directory pub.open-bio.org:/tmp/cvs-serv29928/lib/bio/shell

Modified Files:
	session.rb 
Log Message:
* converted to RDoc
* changed to private methods


Index: session.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/session.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** session.rb	23 Sep 2005 13:57:08 -0000	1.1
--- session.rb	5 Nov 2005 08:34:49 -0000	1.2
***************
*** 1,6 ****
  #
! #  bio/shell/session.rb - core user interface of the BioRuby shell
  #
! #   Copyright (C) 2005 KATAYAMA Toshiaki <k at bioruby.org>
  #
  #  This library is free software; you can redistribute it and/or
--- 1,12 ----
  #
! # = bio/shell/session.rb - core user interface of the BioRuby shell
  #
! # Copyright::	Copyright (C) 2005
! #		Toshiaki Katayama <k at bioruby.org>
! # Lisence::	LGPL
! #
! # $Id$
! #
! #--
  #
  #  This library is free software; you can redistribute it and/or
***************
*** 18,26 ****
  #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  #
! #  $Id$
  #
  
  module Bio::Shell
  
    ### work space
  
--- 24,34 ----
  #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  #
! #++
  #
  
  module Bio::Shell
  
+   private
+ 
    ### work space
  
***************
*** 29,32 ****
--- 37,44 ----
    end
  
+   def rm(name)                  # name = :hoge
+     eval("#{name} = nil", conf.workspace.binding)
+   end
+ 
    ### config
  
***************
*** 49,52 ****
--- 61,67 ----
    ### pager
  
+   #
+   # mysql> pager less
+   #
    def display(*obj)
      # The original idea is from http://sheepman.parfait.ne.jp/20050215.html



More information about the bioruby-cvs mailing list