class Orientdb4r::Utils::Proxy

Attributes

context[R]
target[R]

Public Class Methods

new(target, context) click to toggle source
# File lib/orientdb4r/utils.rb, line 75
def initialize(target, context)
  @target = target
  @context = context
end

Public Instance Methods

proxy(&block) click to toggle source
# File lib/orientdb4r/utils.rb, line 80
def proxy(&block)
  block.call
end