class Spaceship::Base::DataHash

def initialize(hash)

def initialize(hash)
  @hash = hash || {}
end