Class: FilterRename::FilterRegExp

Inherits:
FilterBase
  • Object
show all
Defined in:
lib/filter_rename/filter_base.rb

Instance Method Summary collapse

Methods inherited from FilterBase

#current_target, #get_config, #get_string, #get_words, #initialize, #match?, #set_config, #set_string, #wrap_regex

Constructor Details

This class inherits a constructor from FilterRename::FilterBase

Instance Method Details

#filter(params) ⇒ Object



222
223
224
# File 'lib/filter_rename/filter_base.rb', line 222

def filter(params)
  super loop_regex(get_string, params)
end