Guest User

Untitled

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class String
  2. def any_method
  3. raise "it's never gonna be raised =("
  4. end
  5. end
  6.  
  7. 'any string'.any_method # => undefined method `any_method' for "any string":String
  8.  
  9. Shoes.app :width => 800, :height => 600, :title => "open classes don't work"
Add Comment
Please, Sign In to add comment