class GoGitters::Git

Public Instance Methods

random_student() click to toggle source
# File lib/go_gitters.rb, line 5
def random_student
  puts "This is Sami's favorite student: "
  ["Jordan", "Reilly", "Elvin", "David", "Mamadou", "Avraham"].shuffle[0]
end