class Middleman::Extension

def bind_ready

def bind_ready
  @app.ready(&method(:ready)) if respond_to?(:ready)
end