class Rails::Application

def initialized?

Returns true if the application is initialized.
def initialized?
  @initialized
end