class GitHub::Markup::CommandImplementation
def initialize(regexp, command, &block)
def initialize(regexp, command, &block) super regexp @command = command.to_s @block = block end
def initialize(regexp, command, &block) super regexp @command = command.to_s @block = block end