class GitHub::Markup::CommandImplementation

def initialize(languages, command, name, &block)

def initialize(languages, command, name, &block)
  super languages
  @command = command.to_s
  @block = block
  @name = name
end