Guest User

Untitled

a guest
May 14th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.26 KB | None | 0 0
  1.         @hash_mono = {
  2.             1 => 6,
  3.             2 => 5,            
  4.             4 => 3,
  5.             3 => 4
  6.         }
  7.  
  8.         @hash_nicht_mono = {
  9.             1 => 6,
  10.             2 => 5,            
  11.             4 => 4,
  12.             3 => 3
  13.         }
Advertisement
Add Comment
Please, Sign In to add comment