%{blah} # or %Q{blah} # same as "blah" but igornes " and ' %q{blah} # same as 'blah' but no interpolation %w{blah blah} # same as "blah blah".split %r{blah} # same as /blah/ %x{ls} # same as `ls`
You need to create an account or log in to post comments to this site.