Method: Gitgo::Helper::Format#at

Defined in:
lib/gitgo/helper/format.rb

#at(at) ⇒ Object



157
158
159
# File 'lib/gitgo/helper/format.rb', line 157

def at(at)
  at.nil? || at.empty? ? '(none)' : sha_a(at)
end