Sha256: e64eb7344c7f92d6224a70467688facc93b3be0836fcb9d842542d5a341966cc

Contents?: true

Size: 166 Bytes

Versions: 15

Compression:

Stored size: 166 Bytes

Contents

require_relative "../categories"

class String
  # Optional string extension for your convenience
  def unicode_categories
    Unicode::Categories.of(self)
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
unicode-categories-1.10.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.9.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.8.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.7.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.6.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.5.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.4.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.3.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.2.2 lib/unicode/categories/string_ext.rb
unicode-categories-1.2.1 lib/unicode/categories/string_ext.rb
unicode-categories-1.2.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.1.2 lib/unicode/categories/string_ext.rb
unicode-categories-1.1.1 lib/unicode/categories/string_ext.rb
unicode-categories-1.1.0 lib/unicode/categories/string_ext.rb
unicode-categories-1.0.0 lib/unicode/categories/string_ext.rb