[BioRuby-cvs] bioruby/lib/bio reference.rb,1.19,1.20
Mitsuteru C. Nakao
nakao at pub.open-bio.org
Wed Feb 8 14:39:01 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv12343/lib/bio
Modified Files:
reference.rb
Log Message:
* Bio::References#append: fixed a typo.
Index: reference.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/reference.rb,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** reference.rb 29 Jan 2006 07:39:31 -0000 1.19
--- reference.rb 8 Feb 2006 14:38:59 -0000 1.20
***************
*** 366,370 ****
# Append a Bio::Reference object.
def append(reference)
! @references.push(reference) if a.is_a? Reference
return self
end
--- 366,370 ----
# Append a Bio::Reference object.
def append(reference)
! @references.push(reference) if reference.is_a? Reference
return self
end
More information about the bioruby-cvs
mailing list