Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. "HookFocus" => lambda { |c|
  2. puts c.name + " can haz focus?"
  3.  
  4. return false if("xt0" == c.name)
  5. }
Add Comment
Please, Sign In to add comment