Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Created August 22, 2015 22:59
Show Gist options
  • Save mayra-cabrera/382012f5e20df3ebe456 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/382012f5e20df3ebe456 to your computer and use it in GitHub Desktop.
class School
attr_accessor :classes
def score
classes.map(&:score).avg
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment