class TwitterCldr::Segmentation::UnhandledBreakEngine
Public Instance Methods
each_boundary(cursor, &block)
click to toggle source
# 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