Class: World
Overview
Note: This is not a complete program specification, since Procs and methods cannot be dumped. It is useful for inspecting the vars, flows, and also transitions, to the extent that these are defined without Procs.
Class Method Summary collapse
Class Method Details
.new(*args) ⇒ Object
10 11 12 |
# File 'lib/redshift/target/spec.rb', line 10 def World.new(*args) exit ## could just call the code below and then exit... end |