Guest User

Untitled

a guest
Jun 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Comment
  2.  
  3. ## Sections? :O
  4.  
  5. =begin
  6. As you can see, I'm testing the themes.
  7. =end
  8.  
  9. ## section.rb
  10.  
  11. module Kernel
  12. class Toast
  13. @@cvar = :X
  14. attr :test
  15. attr_accessor :toast
  16. def initialize h = {:key => true}
  17. @ivar = h["val"]
  18. end
  19. end
  20. def self.toast
  21. Toast.new ffkey: :bfs
  22. end
  23. end
  24.  
  25. $global = [0xFF, 0751,32.1,?c]
  26. %q{Oh, and one of these.}
  27. /Cannot forget regexen./
  28. "Let's try something convoluted... #{
  29. (nil || true) ? 'single quotes :O $global #{no-exec}' : (false and never_reached)
  30. }"
Add Comment
Please, Sign In to add comment