class Blueprints::OrbitalShipBlueprints
Public Class Methods
new()
click to toggle source
Calls superclass method
Blueprints::Blueprints::new
# File lib/uss-enterprise/blueprint.rb, line 42 def initialize shuttle = super @blueprints = { 'Spaceshuttle' => @schematics.spaceshuttle } end