Sha256: 364311f90d3aba20ebe485f2bc5afa4ebfdd0bfdfcb5516c558c4ca4689898f0
Contents?: true
Size: 675 Bytes
Versions: 13
Compression:
Stored size: 675 Bytes
Contents
# frozen_string_literal: true KManager.action :categories do action do CategoryDirector .init(k_builder) .category(:case , 'Tokenize and apply case and/or separator') .category(:comparison , 'Comparison helpers, eg. or, and, equal, not equal, less than, greater than etc.') .category(:inflection , 'Inflection handling routines, eg. pluralize, singular, ordinalize') .category(:string , 'String handling helpers') .category(:array , 'Array handling routines, eg. join, join_prefix, join_post') .category(:transform , 'Tokenize and apply case and/or separator') .save_categories .generate end end
Version data entries
13 entries across 13 versions & 1 rubygems