module Capiru class Application def run raise "Implement" end end end