X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmailshears%2Ffilesystem.rb;h=72ff901dd1e0dc602369c6a795a13d0164ab30d5;hp=473a1ed16a46032a1c4c6f37be56a8bd81f6a9e3;hb=806cb5223ac1f439cc40b8354a7dad08b380cfd5;hpb=314f5670531dfda9b3d708fce8b0161a098cf134 diff --git a/lib/mailshears/filesystem.rb b/lib/mailshears/filesystem.rb index 473a1ed..72ff901 100644 --- a/lib/mailshears/filesystem.rb +++ b/lib/mailshears/filesystem.rb @@ -3,7 +3,7 @@ class Filesystem def self.begins_with_dot(path) return (path[0..0] == '.') end - + def self.get_subdirs(dir) subdirs = [] @@ -15,8 +15,8 @@ class Filesystem end end end - + return subdirs end - + end