module Roda::RodaPlugins::CustomBlockResults

def self.configure(app)

def self.configure(app)
  app.opts[:custom_block_results] ||= {}
end