Skip to content

Instantly share code, notes, and snippets.

@MiLk
Created July 9, 2012 20:00
Show Gist options
  • Select an option

  • Save MiLk/3078559 to your computer and use it in GitHub Desktop.

Select an option

Save MiLk/3078559 to your computer and use it in GitHub Desktop.
$res = @ipaddress.split(/(\d+)/); $end = $res[7].to_i(10) + 127; puts $res[1] + "." + $res[3] + "." + $res[5] + "." + $end.to_s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment