Guest User

Untitled

a guest
Feb 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.74 KB | None | 0 0
  1.       def merge(other)                                                                              
  2.         return false if @possible_types.superset?(other.possible_types)                                
  3.         puts"next"                                                                                      
  4.         pp @possible_types                                                                              
  5.         pp other.possible_types                                                                        
  6.         @possible_types.merge(other.possible_types)                                                    
  7.         return true                                                                                    
  8.       end
Add Comment
Please, Sign In to add comment