RubyGems Navigation menu

auser-macmap 0.0.2

= macmap Ever wanted to map your interface to an ip? If you haven't, why not? Alas, Macmap is here to help! Usage is easy: Macmap.map_iface_to_ip %{ifconfig -a} Or require "rubygems" require "popen3" Open3.popen3('ifconfig -a') { |stdin, stdout, stderr| Macmap.map_iface_to_ip(stdout) } Try it! It's fun == Copyright Copyright (c) 2009 Ari Lerner. See LICENSE for details.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.0.2 August 11, 2014 (6.5KB)
  2. 0.0.1 August 11, 2014 (6.5KB)

作者:

  • Ari Lerner

SHA 256チェックサム:

=

累計ダウンロード数 6,990

このバージョンのみ 3,915

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: >= 0

リンク: