Sha256: 417fcaffe1f84bb42ddbdb1bf2e22d99364b8e8528900fbc3b3adbe8f646e697
Contents?: true
Size: 278 Bytes
Versions: 58
Compression:
Stored size: 278 Bytes
Contents
module Kubes::Args module Dsl def command(*commands, **props) commands.each do |name| each_command(name, props) end end alias_method :commands, :command def each_command(name, props={}) @commands[name.to_s] = props end end end
Version data entries
58 entries across 58 versions & 1 rubygems