Sha256: 7490f96a7931c4f587acaa397448c8cee851467eaaa133536002b6cac6603986
Contents?: true
Size: 369 Bytes
Versions: 26
Compression:
Stored size: 369 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 require 'singleton' module TwitterCldr module Segmentation class UnhandledBreakEngine include Singleton def each_boundary(cursor, &block) return to_enum(__method__, cursor) unless block_given? cursor.advance end end end end
Version data entries
26 entries across 26 versions & 1 rubygems