module Capiru class Application EXIT_FAILURE = 1 def run raise "Implement" end end end