instance method
runner
Ruby on Rails 6.0.6
Since v4.1.16Signature
runner(&blk)
Sends any runner called in the instance of a new application up to the runner method defined in Rails::Railtie.
Parameters
-
blkblock
Source
# File railties/lib/rails/application.rb, line 294
def runner(&blk)
self.class.runner(&blk)
end
Defined in railties/lib/rails/application.rb line 294
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application