Skip to content

Instantly share code, notes, and snippets.

@auxesis
Created January 12, 2009 05:08
Show Gist options
  • Save auxesis/45895 to your computer and use it in GitHub Desktop.
Save auxesis/45895 to your computer and use it in GitHub Desktop.
class Activity
def <=>(other_activity)
self.endtime <=> other_activity.endtime
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment