Sha256: aed27776038d8d8b0227c4981f6037330a8a4083466326ee7e170ff4e54f7fd0
Contents?: true
Size: 231 Bytes
Versions: 8
Compression:
Stored size: 231 Bytes
Contents
require 'command_kit/command' require 'command_kit/commands/parent_command' module CommandKit module Commands # # @api public # class Command < CommandKit::Command include ParentCommand end end end
Version data entries
8 entries across 8 versions & 1 rubygems