Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created January 29, 2010 16:24
Show Gist options
  • Save ethangunderson/289862 to your computer and use it in GitHub Desktop.
Save ethangunderson/289862 to your computer and use it in GitHub Desktop.
def author
@commit.author
end
def committed_date
@commit.authored_date
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment