User Guide
Ruby Component
Of course you can be even more clever than that. In the previous example we were passing a Ruby Hash. However, we can pass anything
we like. So we could create our own class with its own data and pass that.
This next example shows a RobotArm class designed to model a multiple link robot arm. This is getting quite advanced now but you can see
that the options for extending the types of data passed around are almost limitless.
112 of 212