class Less::JavaScript::RhinoContext
def method_missing(symbol, *args)
def method_missing(symbol, *args) if @rhino_context.respond_to?(symbol) @rhino_context.send(symbol, *args) else super end end
def method_missing(symbol, *args) if @rhino_context.respond_to?(symbol) @rhino_context.send(symbol, *args) else super end end