instance method
user_name
Ruby on Rails 2.8.2
Since v1.9.3 Last seen in v2.11.0Signature
user_name()
No documentation comment.
Source
# File lib/kamal/git.rb, line 8
def user_name
`git config user.name`.strip
end
Defined in lib/kamal/git.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Git