class V8::Portal::Interceptors::NamedPropertyGetter

Public Instance Methods

call(property, info) click to toggle source
# 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