class Envirobly::Git::Commit

def short_ref

def short_ref
  @short_ref ||= ref[0..6]
end