From 489d08233b2ec43353e25f857e3639751f4f529b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 15 Feb 2011 10:13:15 -0800 Subject: unindent modules No need to clutter/confuse namespace lookups --- lib/raindrops/linux.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/raindrops/linux.rb') diff --git a/lib/raindrops/linux.rb b/lib/raindrops/linux.rb index ba2d975..6b084b0 100644 --- a/lib/raindrops/linux.rb +++ b/lib/raindrops/linux.rb @@ -1,6 +1,5 @@ # -*- encoding: binary -*- -class Raindrops -module Linux +module Raindrops::Linux # The standard proc path for active UNIX domain sockets, feel free to call # String#replace on this if your /proc is mounted in a non-standard location @@ -27,7 +26,7 @@ module Linux # This parses /proc/net/unix as there is no other (known) way # to expose Unix domain socket statistics over netlink. def unix_listener_stats(paths) - rv = Hash.new { |h,k| h[k.freeze] = ListenStats.new(0, 0) } + rv = Hash.new { |h,k| h[k.freeze] = Raindrops::ListenStats.new(0, 0) } paths = paths.map do |path| path = path.dup path.force_encoding(Encoding::BINARY) if defined?(Encoding) @@ -47,8 +46,6 @@ module Linux rv end - module_function :unix_listener_stats -end # Linux -end # Raindrops +end # Raindrops::Linux -- cgit v1.2.3-24-ge0c7