Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/sapluuna/class_helpers.rb

Instance Method Summary collapse

Instance Method Details

#aclObject



10
11
12
# File 'lib/sapluuna/class_helpers.rb', line 10

def acl
  IP.new(self).acl
end

#cidrObject



16
17
18
# File 'lib/sapluuna/class_helpers.rb', line 16

def cidr
  IP.new(self).cidr
end

#ipObject



7
8
9
# File 'lib/sapluuna/class_helpers.rb', line 7

def ip
  IP.new(self).ip
end

#netObject



13
14
15
# File 'lib/sapluuna/class_helpers.rb', line 13

def net
  IP.new(self).net
end