Guest User

Untitled

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. >> @foo = 'bar'
  2. => "bar"
  3. >> %Q{ this is a test of Q - #@foo }
  4. => " this is a test of Q - bar "
  5. >> %q{ this is a test of Q - #@foo }
  6. => " this is a test of Q - \#@foo "
Add Comment
Please, Sign In to add comment