Method: Rex::Poly::Machine::Primitive#call

Defined in:
lib/rex/poly/machine/machine.rb

#call(name, machine, *args) ⇒ Object

Call the primitives source procedure, passing in the arguments.



217
218
219
# File 'lib/rex/poly/machine/machine.rb', line 217

def call( name, machine, *args )
  return @source.call( name, machine, *args )
end