instance method
pwd_sha
Ruby on Rails 2.9.0
Since v1.9.3 Last seen in v2.11.0 PrivateSignature
pwd_sha()
No documentation comment.
Source
# File lib/kamal/configuration/builder.rb, line 211
def pwd_sha
Digest::SHA256.hexdigest(Dir.pwd)[0..12]
end
Defined in lib/kamal/configuration/builder.rb line 211
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Configuration::Builder