Method: Coder#clean

Defined in:
lib/coder.rb

#clean(str, encoding = DEFAULT_ENCODING) ⇒ Object



11
12
13
# File 'lib/coder.rb', line 11

def clean(str, encoding = DEFAULT_ENCODING)
  Cleaner.new(encoding).clean(str)
end