Module: Gcodify
- Defined in:
- lib/gcodify.rb,
lib/gcodify/op.rb,
lib/gcodify/program.rb,
lib/gcodify/version.rb
Overview
Gcodify is the main module that contains all the code. The only thing you’ll be interacting with directly when you use it as a DSL is the module method #program, which is passed a block as a DSL.
Defined Under Namespace
Modules: Ops, OpsMixin Classes: Op, Program
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.program(&block) ⇒ Program
Takes a block of operations and creates a new Program from them.