# File lib/commander/command.rb, line 56
    def example(description, command)
      @examples << [description, command]
    end