module Roda::RodaPlugins::DelayBuild::ClassMethods

def app

If the app is not been defined yet, build the app.
def app
  @app || build!
end