[BioRuby-cvs] bioruby/lib/bio/shell core.rb,1.3,1.4
Katayama Toshiaki
k at pub.open-bio.org
Sat Nov 5 03:33:55 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell
In directory pub.open-bio.org:/tmp/cvs-serv29853/lib/bio/shell
Modified Files:
core.rb
Log Message:
* converted to RDoc
* opening, closing methods are renamed to open and close
Index: core.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/core.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** core.rb 24 Sep 2005 12:33:07 -0000 1.3
--- core.rb 5 Nov 2005 08:33:53 -0000 1.4
***************
*** 1,6 ****
#
! # bio/shell/core.rb - internal methods for 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/core.rb - internal methods for 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,22 ****
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 24,28 ----
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! #++
#
***************
*** 65,69 ****
end
! def opening
load_object
load_history
--- 71,75 ----
end
! def open
load_object
load_history
***************
*** 71,75 ****
end
! def closing
closing_splash
save_history
--- 77,81 ----
end
! def close
closing_splash
save_history
More information about the bioruby-cvs
mailing list