Skip to content

Instantly share code, notes, and snippets.

Created February 15, 2015 02:25
Show Gist options
  • Save anonymous/ecba873b83300946072f to your computer and use it in GitHub Desktop.
Save anonymous/ecba873b83300946072f to your computer and use it in GitHub Desktop.
def update_grade(assignment, points)
found = @tally.find { |assignment| @assignment_name == assignment }
found.points_received = points
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment