module Kontena::Plugin::Shell

Constants

VERSION

Public Class Methods

command(name) click to toggle source
# File lib/kontena/plugin/shell.rb, line 8
def self.command(name)
  commands[name]
end
commands() click to toggle source
# File lib/kontena/plugin/shell.rb, line 4
def self.commands
  @commands ||= {}
end