Class: V8::Portal::Interceptors::NamedPropertyGetter
- Inherits:
-
Interceptor
- Object
- Interceptor
- V8::Portal::Interceptors::NamedPropertyGetter
- Defined in:
- lib/v8/portal/interceptors.rb
Instance Method Summary collapse
Methods inherited from Interceptor
Constructor Details
This class inherits a constructor from V8::Portal::Interceptors::Interceptor
Instance Method Details
#call(property, info) ⇒ Object
67 68 69 70 71 |
# File 'lib/v8/portal/interceptors.rb', line 67 def call(property, info) intercept(info) do |obj, dontintercept| @access.get(obj, @to.rb(property), &dontintercept) end end |