class StarShipBuilder
Public Class Methods
new()
click to toggle source
Calls superclass method
ShipBuilder::new
# File lib/uss-enterprise/ship_builders.rb, line 45 def initialize super('StarShip') end