Module: IpConverter
- Defined in:
- lib/ipconverter.rb,
lib/ipconverter/version.rb,
ext/ipconverter/ipconverter.c
Overview
Contains the methods for doing IP Address conversions
Example:
IpConverter.str_to_int('192.168.2.1') # 3232236033
Constant Summary collapse
- VERSION =
'0.2.0'