Skip to content

Instantly share code, notes, and snippets.

@gabriel403
Created June 23, 2015 13:30
Show Gist options
  • Save gabriel403/6d31fa3ba2ad1426c794 to your computer and use it in GitHub Desktop.
Save gabriel403/6d31fa3ba2ad1426c794 to your computer and use it in GitHub Desktop.
if not trail.stage_position?
trail.stage_position = 0
for history in trail.history
trail.stage_position = history.text.position if trail.stage_position < history.text.position
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment