Skip to content

Instantly share code, notes, and snippets.

@salma71
Last active March 16, 2018 21:22
Show Gist options
  • Save salma71/06156b0d3e30c646a5d403f9ce6355ca to your computer and use it in GitHub Desktop.
Save salma71/06156b0d3e30c646a5d403f9ce6355ca to your computer and use it in GitHub Desktop.
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