module TrustyCms

def boot!

def boot!
  unless booted?
    preinitialize
    pick_boot.run
  end
end