Guest User

Untitled

a guest
Oct 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class Proc;def t;call rescue();end;def +@;p t ? '.':f;end;def -@;p t ? f: '.';end;def f;'!'+to_s;end;end
  2.  
  3. +->{ 10 * 2 == 20 }
  4. -->{ 10 * 2 == 21 }
  5. +->{ 10 * 2 == 22 } # supposed to fail to show how source location indication works
Add Comment
Please, Sign In to add comment