Module: Chat

Defined in:
lib/chat_with_me.rb

Class Method Summary collapse

Class Method Details

.ShirleyObject



4
5
6
7
8
9
10
11
# File 'lib/chat_with_me.rb', line 4

def self.Shirley
  puts "Hey There!!\n My name is Shirley and I'm dying to know you.\n Whats your name?:)"
  nm = gets.chomp
  puts "Glad to meet you #{nm}" 
  puts "How old are you?"
  age = gets.chomp
  puts "interesting, I'm 19 years old.\n Oh and also I don't age;)"
end