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