class Rails::Application

def runner(&blk)

to the +runner+ method defined in Rails::Railtie.
Sends any runner called in the instance of a new application up
def runner(&blk)
  self.class.runner(&blk)
end