Guest User

Untitled

a guest
Aug 17th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.21 KB | None | 0 0
  1. first, second, third = ARVG
  2.  
  3. puts "Your first variable is: #{first}"
  4. puts "Your second variable is: #{second}"
  5. puts "Your third variable is: #{third}"
  6.  
  7. ex13.rb:1:in `<main>': uninitialized constant ARVG (NameError)
Advertisement
Add Comment
Please, Sign In to add comment