# File lib/github/markup/command_implementation.rb, line 17
      def initialize(regexp, command, name, &block)
        super regexp
        @command = command.to_s
        @block = block
        @name = name
      end