Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For an alternative way to invoke code in a Ruby script, refer to the description of the CALL_RUBY_EX activity.


info
Note
iconfalse
titleNote

This activity requires that the LANSA Integrator JSM is executing on a JVM at Java 6 or above.


CALL_RUBY Example

The following is an example of a Ruby script that receives two arguments, treating them as strings, concatenates them, and returns the result:

...