Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first, second, third = ARVG
- puts "Your first variable is: #{first}"
- puts "Your second variable is: #{second}"
- puts "Your third variable is: #{third}"
- ex13.rb:1:in `<main>': uninitialized constant ARVG (NameError)
Advertisement
Add Comment
Please, Sign In to add comment