# File lib/config.rb, line 26
    def method_missing(method)
      @options[method.to_sym]
    end