RubyCallWithBlock

io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.RubyCallWithBlock
sealed trait RubyCallWithBlock[C <: RubyCall] extends RubyCall

Represents a call with a block argument.

Attributes

Graph
Supertypes
trait RubyCall
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def block: Block

Inherited and Abstract methods

def arguments: List[RubyNode]

Attributes

Inherited from:
RubyCall

Attributes

Inherited from:
RubyCall