Sha256: 3301cd3a1e618f53e9af74eb5f867387d1e06b88940ee797b7517af420d24edf
Contents?: true
Size: 652 Bytes
Versions: 15
Compression:
Stored size: 652 Bytes
Contents
# frozen_string_literal: true KManager.action :categories do action do CategoryDirector .init(k_builder) .category(:array , 'Array handling routines, eg. join, join_prefix, join_post') .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(:misc , 'Miscellaneous cmdlets') .category(:str , 'String manipulation') .save_categories .generate end end
Version data entries
15 entries across 15 versions & 1 rubygems