Last active
March 16, 2018 21:22
-
-
Save salma71/06156b0d3e30c646a5d403f9ce6355ca to your computer and use it in GitHub Desktop.
This file contains 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
def self.display_series(input) | |
index = input.to_i - 1 | |
puts "#{@@all[index].series}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment