Method: AdLint::Cc1::DelayedObjectDerivation#initialize

Defined in:
lib/adlint/cc1/ctrlexpr.rb

#initialize(manip, node, *children, &block) ⇒ DelayedObjectDerivation

Returns a new instance of DelayedObjectDerivation.



904
905
906
907
# File 'lib/adlint/cc1/ctrlexpr.rb', line 904

def initialize(manip, node, *children, &block)
  super(manip, node, *children)
  @block = block
end