V8::Portal::Interceptors::Interceptor
# File lib/v8/portal/interceptors.rb, line 75 def call(property, value, info) intercept(info, value) do |obj, dontintercept| @access.set(obj, @to.rb(property), @to.rb(value), &dontintercept) end end