Guest User

Untitled

a guest
Oct 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def include?(obj)
  2. return super(obj.min) && super(obj.max) if obj.kind_of? Range
  3. a = [self.class, self.class.ancestors]
  4. debugger
  5. return super(obj)
  6. end
Add Comment
Please, Sign In to add comment