lib/bolt/transport/base.rb in bolt-1.4.0 vs lib/bolt/transport/base.rb in bolt-1.5.0

- old
+ new

@@ -66,9 +66,13 @@ callback&.call(type: :node_result, result: result) result end + def provided_features + [] + end + def filter_options(target, options) if target.options['run-as'] options.reject { |k, _v| k == '_run_as' } else options