Guest User

Untitled

a guest
Jan 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. 117 5
  2. puppy
  3. kitten
  4. cub
  5. joey
  6. duckling
  7.  
  8. 117 5
  9. 8 puppy
  10. 42 kitten
  11. 57 cub
  12. 101 joey
  13. 105 duckling
  14.  
  15. require "msgpack"
  16. > msg = {"192.0.2.1"=>"foo", "192.0.2.2"=>"bar"}.to_msgpack
  17. => "x82xA9192.0.2.1xA3fooxA9192.0.2.2xA3bar"
  18. > msg.bytesize
  19. => 29
Add Comment
Please, Sign In to add comment