[BioRuby-cvs] bioruby/lib/bio/util restriction_enzyme.rb,1.6,1.7

Trevor Wennblom trevor at dev.open-bio.org
Mon Jan 1 02:16:07 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/util
In directory dev.open-bio.org:/tmp/cvs-serv512/lib/bio/util

Modified Files:
	restriction_enzyme.rb 
Log Message:


Index: restriction_enzyme.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** restriction_enzyme.rb	1 Jan 2007 00:12:54 -0000	1.6
--- restriction_enzyme.rb	1 Jan 2007 02:16:05 -0000	1.7
***************
*** 187,195 ****
      extend CutSymbol
  
-     # [+users_enzyme_or_rebase_or_pattern+] One of three possible parameters:  The name of an enzyme, a REBASE::EnzymeEntry object, or a nucleotide pattern with a cut mark.
-     # [+cut_locations+] The cut locations in enzyme index notation.
-     #
      # See Bio::RestrictionEnzyme::DoubleStranded.new for more information.
      #
      #--
      # Factory for DoubleStranded
--- 187,197 ----
      extend CutSymbol
  
      # See Bio::RestrictionEnzyme::DoubleStranded.new for more information.
      #
+     # ---
+     # *Arguments*
+     # * +users_enzyme_or_rebase_or_pattern+: One of three possible parameters:  The name of an enzyme, a REBASE::EnzymeEntry object, or a nucleotide pattern with a cut mark.
+     # * +cut_locations+: The cut locations in enzyme index notation.
+     # *Returns*:: Bio::RestrictionEnzyme::DoubleStranded
      #--
      # Factory for DoubleStranded



More information about the bioruby-cvs mailing list