Sha256: 3786f290cf722f24ff082b22d750bdb2da8a2711115dcf8cfc90b85ee9cce91e
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
# Interfacez > Simplified network interfaces API ## Installation $ gem install interfacez ## Usage ```ruby require 'interfacez' Interfacez.default # => en0 Interfacez.loopback # => lo0 Interfacez.all do |interface| # do something with interface name puts interface end ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
interfacez-1.0.2 | README.md |
interfacez-1.0.1 | README.md |
interfacez-1.0.0 | README.md |