From: martinahansen Date: Wed, 5 Dec 2012 10:24:11 +0000 (+0000) Subject: renamed patternmatcher to dynamic X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=commitdiff_plain;h=68cb2b56955c43534fc401768ec836a70cf9fc3e renamed patternmatcher to dynamic git-svn-id: http://biopieces.googlecode.com/svn/trunk@2035 74ccb610-7750-0410-82ae-013aeee3265d --- 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