Skip to content

Instantly share code, notes, and snippets.

@roolo
Created April 16, 2015 09:48
Show Gist options
  • Select an option

  • Save roolo/af8010830ce6255a6044 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/af8010830ce6255a6044 to your computer and use it in GitHub Desktop.
JRuby — Network interfaces
jruby-9.0.0.0.pre1 :004 > java.net.NetworkInterface.networkInterfaces.each {|i| puts i; puts }
name:utun0 (utun0)
name:en0 (en0)
name:lo0 (lo0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment