Skip to content

Instantly share code, notes, and snippets.

@tlehman
Created August 27, 2015 18:03
Show Gist options
  • Select an option

  • Save tlehman/2a8f944a16ea6d86ad07 to your computer and use it in GitHub Desktop.

Select an option

Save tlehman/2a8f944a16ea6d86ad07 to your computer and use it in GitHub Desktop.
LAN IP
puts UDPSocket.open { |s| s.connect('www.example.com', 1); s.addr.last }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment