# File lib/less/java_script/v8_context.rb, line 41 def call(properties, *args) args.last.is_a?(::Hash) ? args.pop : nil # extract_options! lock do @v8_context.eval(properties).call(*args) end end