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



30
31
32
# File 'lib/nhkore/splitter.rb', line 30

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