Method: Pedantic::Txt.included

Defined in:
lib/pedantic/txt.rb

.included(base) ⇒ Object



2
3
4
# File 'lib/pedantic/txt.rb', line 2

def self.included(base)
  base.processors :replace_txt_words
end