Class: ProcType

Inherits:
PropType show all
Defined in:
ext/ae-rad/ae-rad-libs.rb

Instance Method Summary collapse

Constructor Details

#initialize(_proc) ⇒ ProcType

Returns a new instance of ProcType.



120
121
122
# File 'ext/ae-rad/ae-rad-libs.rb', line 120

def initialize(_proc)
  @p = _proc
end

Instance Method Details

#procReturnObject



123
124
125
# File 'ext/ae-rad/ae-rad-libs.rb', line 123

def procReturn
  @p.call
end