Skip to content

Instantly share code, notes, and snippets.

@aalmenar
Forked from qsun/gist:1247402
Created September 20, 2017 12:12
Show Gist options
  • Select an option

  • Save aalmenar/a690f2b36f1bf995ebf826f04b1ec854 to your computer and use it in GitHub Desktop.

Select an option

Save aalmenar/a690f2b36f1bf995ebf826f04b1ec854 to your computer and use it in GitHub Desktop.
ruby integer to/from ip address
require 'ipaddr'
IPAddr.new('1.2.3.4').to_i
IPAddr.new(16909060, Socket::AF_INET).to_s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment