157 158 159
# File 'lib/gitgo/helper/format.rb', line 157 def at(at) at.nil? || at.empty? ? '(none)' : sha_a(at) end