Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Array
  2. def /(final_part)
  3. Time.mktime(final_part, self[1], self[0])
  4. end
  5. end
  6.  
  7. class Fixnum
  8. def /(part)
  9. [self,part]
  10. end
  11. end
Add Comment
Please, Sign In to add comment