class YARP::CallNode

def variable_call?

def variable_call?: () -> bool
def variable_call?
  flags.anybits?(CallNodeFlags::VARIABLE_CALL)
end