document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. class SomeClass
  2.     def initialize
  3.         @a=1
  4.     end
  5. end
');