Since:
0.2.0
26 27 28 29 30 31
# File 'lib/nhkore/cleaner.rb', line 26 def clean(str) str = begin_clean(str) str = end_clean(str) return str end