Created
July 6, 2015 16:45
-
-
Save johnzondr/59534fd721b8e6c85183 to your computer and use it in GitHub Desktop.
oop team firehose quiz 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Team | |
attr_accessor :name, :sport | |
def initialize(name, sport) | |
@name = name | |
@sport = sport | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/Matt-Lepley/6713ebdc8ba1a4b25d72