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