class FilterRename::Filters::DeleteWord
Public Class Methods
hint()
click to toggle source
# File lib/filter_rename/filters.rb, line 224 def self.hint; 'Remove the NTH word'; end
params()
click to toggle source
# File lib/filter_rename/filters.rb, line 225 def self.params; 'NTH'; end
Public Instance Methods
filtered_word(word, params, param_num)
click to toggle source
# File lib/filter_rename/filters.rb, line 227 def filtered_word(word, params, param_num) nil end