Module: LazyMail::Git
- Defined in:
- lib/lazy_mail/git.rb
Instance Method Summary collapse
Instance Method Details
#git_email ⇒ Object
4 5 6 7 8 |
# File 'lib/lazy_mail/git.rb', line 4 def git_email email = user_email return email.chomp unless email.blank? end |