[BioRuby-cvs] bioruby/lib/bio map.rb,1.7,1.8
Jan Aerts
aerts at dev.open-bio.org
Tue Jun 27 12:40:17 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory dev.open-bio.org:/tmp/cvs-serv8780/lib/bio
Modified Files:
map.rb
Log Message:
Forgot to remove reference to Enumerable.
Index: map.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/map.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** map.rb 27 Jun 2006 12:37:42 -0000 1.7
--- map.rb 27 Jun 2006 12:40:15 -0000 1.8
***************
*** 6,10 ****
# Licence:: Ruby's
#
! # $Id:
require 'bio/location'
--- 6,10 ----
# Licence:: Ruby's
#
! # $Id$
require 'bio/location'
***************
*** 92,97 ****
# end
module ActsLikeMap
- include Enumerable
-
# = DESCRIPTION
# Adds a Bio::Map::Mappings object to its array of mappings.
--- 92,95 ----
***************
*** 169,174 ****
# end
module ActsLikeMarker
- include Enumerable
-
# = DESCRIPTION
# Adds a Bio::Map::Mappings object to its array of mappings.
--- 167,170 ----
More information about the bioruby-cvs
mailing list