module Roda::RodaPlugins::DefaultStatus::ResponseMethods

def default_status

status.
instance_exec the default_status plugin block to get the response
def default_status
  instance_exec(&roda_class.opts[:default_status])
end