Class: NHKore::BasicSplitter

Inherits:
Splitter show all
Defined in:
lib/nhkore/splitter.rb

Instance Method Summary collapse

Methods inherited from Splitter

#begin_split, #split

Instance Method Details

#end_split(str) ⇒ Object



28
29
30
# File 'lib/nhkore/splitter.rb', line 28

def end_split(str)
  return str.split(Util::NORMALIZE_STR_REGEX)
end