From 68cb2b56955c43534fc401768ec836a70cf9fc3e Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 5 Dec 2012 10:24:11 +0000 Subject: [PATCH] renamed patternmatcher to dynamic git-svn-id: http://biopieces.googlecode.com/svn/trunk@2035 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/lib/maasha/seq/dynamic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_ruby/lib/maasha/seq/dynamic.rb b/code_ruby/lib/maasha/seq/dynamic.rb index 6bb4294..57eec23 100644 --- a/code_ruby/lib/maasha/seq/dynamic.rb +++ b/code_ruby/lib/maasha/seq/dynamic.rb @@ -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 -- 2.39.2