Class: V8::Conversion::Get
- Inherits:
-
Object
- Object
- V8::Conversion::Get
- Extended by:
- Accessor
- Defined in:
- lib/v8/conversion/class.rb
Class Method Summary collapse
Methods included from Accessor
Methods included from Error::Protect
Class Method Details
.call(property, info) ⇒ Object
86 87 88 89 90 |
# File 'lib/v8/conversion/class.rb', line 86 def self.call(property, info) intercept(info, property) do |context, access, object, key, dontintercept| access.get(object, key, &dontintercept) end end |