instance method
runner
Ruby on Rails 7.2.3
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 360
def runner(&blk)
self.class.runner(&blk)
end
Defined in railties/lib/rails/application.rb line 360
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application