Advertisement
Guest User

Untitled

a guest
Apr 5th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1.   work.map! do |w|
  2.     if w.is_a? Array
  3.       w[0] = console.button_map[w[0]] || w[0]
  4.       w
  5.     else
  6.       console.button_map[w] || w
  7.     end
  8.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement