源代码:
#!/usr/bin/ruby -w puts 'escape using "\\"'; puts 'That\'s right';
运行结果:
#!/usr/bin/ruby -w puts 'escape using "\\"'; puts 'That\'s right';