Method: Factrey::Blueprint#initialize
- Defined in:
- lib/factrey/blueprint.rb
#initialize ⇒ Blueprint
Creates an empty blueprint.
15 16 17 |
# File 'lib/factrey/blueprint.rb', line 15 def initialize @nodes = {} end |
Creates an empty blueprint.
15 16 17 |
# File 'lib/factrey/blueprint.rb', line 15 def initialize @nodes = {} end |