Skip to content

Instantly share code, notes, and snippets.

class Person
puts "at the start of person class"
end
while true
print(">>>")
read_input = gets
puts eval(read_input)
end
while true
print(">>>")
read_input = gets
puts eval(read_input)
end