Class AsetCallSite


public class AsetCallSite extends MonomorphicCallSite
  • Constructor Details

    • AsetCallSite

      public AsetCallSite()
  • Method Details

    • call

      public IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject arg0, IRubyObject arg1)
      Description copied from class: CallSite
      Call the site's method against the target object passing two arguments.
      Overrides:
      call in class CachingCallSite
      Parameters:
      context - the ThreadContext for the current thread
      caller - the caller, for visibility checks
      self - the target object to call against
      arg0 - the first argument to pass
      arg1 - the second argument to pass
      Returns:
      the result of the call