# File lib/syntax/common.rb, line 89
    def option(opt)
      @options ? @options[opt] : nil
    end