class UserInput

Attributes

user_input[RW]

Public Class Methods

get_word() click to toggle source
# File lib/words_and_idioms/user_input.rb, line 5
def self.get_word
  puts "Enter the word you wish to define:"
  user_input = gets.chomp
end