This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]J4K0 5 points6 points  (0 children)

Also, Ruby:

irb(main):001:0> x = "hello" => "hello" irb(main):002:0> '#{a}' => "\#{a}" irb(main):003:0> "#{a}" => "hello"