class GitHub::Markup::CommandImplementation

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

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