Class: TwitterCldr::Segmentation::UnhandledBreakEngine

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/twitter_cldr/segmentation/unhandled_break_engine.rb

Instance Method Summary collapse

Instance Method Details

#each_boundary(cursor, &block) ⇒ Object



14
15
16
17
# File 'lib/twitter_cldr/segmentation/unhandled_break_engine.rb', line 14

def each_boundary(cursor, &block)
  return to_enum(__method__, cursor) unless block_given?
  cursor.advance
end