class Blueprints::SeaShipBlueprints

Public Class Methods

new() click to toggle source
Calls superclass method Blueprints::Blueprints::new
# File lib/uss-enterprise/blueprint.rb, line 32
def initialize
  super
  @blueprints = {
    'Sloop'                 => @schematics.sloop,
    'Carrier'               => @schematics.carrier
  }
end