2887ca25 ^
1 2 3 4 5 6 7 8 9
module Application ## to be extended by data/apps.rb extend self def self.method_missing(*_) end def check(rc) assert rc, RunContext end end