class Rails::Railtie

def runner(&blk)

def runner(&blk)
  @load_runner ||= []
  @load_runner << blk if blk
  @load_runner
end