method
bind
v8.1.1 -
Show latest stable
- Class:
Rails::Initializable::Initializer
bind(context)public
No documentation available.
# File railties/lib/rails/initializable.rb, line 27
def bind(context)
return self if @context
Initializer.new(@name, context, before,, after,, group: @group, &block)
end