instance method
hook
Ruby on Rails 2.6.1
Since v1.9.3 Last seen in v2.11.0Signature
hook()
No documentation comment.
Source
# File lib/kamal/commander.rb, line 104
def hook
@commands[:hook] ||= Kamal::Commands::Hook.new(config)
end
Defined in lib/kamal/commander.rb line 104
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commander