We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb9bb1 commit c58767fCopy full SHA for c58767f
1 file changed
lib/ferrum/frame/runtime.rb
@@ -76,8 +76,8 @@ def execute(expression, *args)
76
true
77
end
78
79
- def evaluate_func(expression, *args, on: nil)
80
- call(expression: expression, arguments: args, on: on)
+ def evaluate_func(expression, *args, on: nil, **options)
+ call(expression: expression, arguments: args, on: on, **options)
81
82
83
def evaluate_on(node:, expression:, by_value: true, wait: 0)
0 commit comments