Sha256: 7a6afbbcef69e52de8f4ceed88d2dd9a18acc3ecbc5caa7544105f59eaf767a2
Contents?: true
Size: 278 Bytes
Versions: 18
Compression:
Stored size: 278 Bytes
Contents
require 'class_interface' class CommandInterface IS_PUBLIC_COMMAND = true | false SYNTAX = String SUMMARY = String DESCRIPTION = String EXAMPLE = String EXAMPLE_DESCRIPTION = String OPTIONS = Array def initialize end def execute(args, options) end end
Version data entries
18 entries across 18 versions & 1 rubygems