Object
# File lib/v8/conversion/class.rb, line 95 def self.call(property, value, info) intercept(info, property) do |context, access, object, key, dontintercept| access.set(object, key, context.to_ruby(value), &dontintercept) end end