Skip to content
Snippets Groups Projects
Commit 089b7d30 authored by Michael Rodrigues's avatar Michael Rodrigues
Browse files

undeleting whitespace

parent 169af8f2
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ module IPAddress; ...@@ -303,7 +303,7 @@ module IPAddress;
return nil return nil
end end
end end
# #
# Checks if the IP address is actually a network # Checks if the IP address is actually a network
# #
...@@ -482,7 +482,7 @@ module IPAddress; ...@@ -482,7 +482,7 @@ module IPAddress;
return prefix <=> oth.prefix if to_u32 == oth.to_u32 return prefix <=> oth.prefix if to_u32 == oth.to_u32
to_u32 <=> oth.to_u32 to_u32 <=> oth.to_u32
end end
# #
# Returns the number of IP addresses included # Returns the number of IP addresses included
# in the network. It also counts the network # in the network. It also counts the network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment