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