Rubyc Intro
From Redstonechips
Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run Ruby scripts
A rubyc chip is built and behaves like any other RedstoneChip, and input or output blocks are added in the same way.
- A rubyc chip requires at least one input block
- There is (no limit 32?) to the number of input or output blocks
- At least one sign argument is required, the name of the script the chip will execute
- If the script does not exist, a default Rubyc Default Script will be created