class FilterRename::Filters::ReplaceWord
Public Class Methods
hint()
click to toggle source
# File lib/filter_rename/filters.rb, line 437 def self.hint; 'Replace the NTH word with TEXT'; end
params()
click to toggle source
# File lib/filter_rename/filters.rb, line 438 def self.params; 'NTH,TEXT'; end
Public Instance Methods
filtered_word(word, params, param_num)
click to toggle source
# File lib/filter_rename/filters.rb, line 440 def filtered_word(word, params, param_num) params[1] end