class NHKore::BasicSplitter

@author Jonathan Bradley Whited @since 0.2.0

Public Instance Methods

end_split(str) click to toggle source
# File lib/nhkore/splitter.rb, line 38
def end_split(str)
  return str.split(Util::NORMALIZE_STR_REGEX)
end