Module: IANA

Defined in:
lib/iana/tld.rb,
lib/iana.rb,
lib/iana/port.rb,
lib/iana/protocol.rb

Overview

protocol.rb [email protected]

Defined Under Namespace

Modules: Port, Protocol, TLD

Constant Summary collapse

NAME =
'iana'
VERSION =
'0.0.4'
'Copyright (c) 2008 Ramsey Dow'

Class Method Summary collapse

Class Method Details



13
# File 'lib/iana.rb', line 13

def self.copyright() IANA::COPYRIGHT end

.libdirObject



15
# File 'lib/iana.rb', line 15

def self.libdir() File.expand_path(__FILE__).gsub(%r/\.rb$/, '') end

.versionObject



14
# File 'lib/iana.rb', line 14

def self.version() IANA::VERSION end