]> git.donarmstrong.com Git - biopieces.git/commitdiff
renamed patternmatcher to dynamic
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 5 Dec 2012 10:24:11 +0000 (10:24 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 5 Dec 2012 10:24:11 +0000 (10:24 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2035 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/seq/dynamic.rb

index 6bb42943c29363e04925a2a8b04df6b221fa8fc9..57eec23bf06502258e1f253a5b47b748dcd9a000 100644 (file)
@@ -31,7 +31,7 @@ require 'inline'
 #
 # Inspired by the paper by Bruno Woltzenlogel Paleo (page 197):
 # http://www.logic.at/people/bruno/Papers/2007-GATE-ESSLLI.pdf
-module PatternMatcher
+module Dynamic
   # ------------------------------------------------------------------------------
   #   str.patmatch(pattern[, pos[, max_edit_distance]])
   #   -> Match or nil