20 21 22
# File 'lib/angry_mob/extend/pathname.rb', line 20 def ls Pathname.glob(self+'*').reject {|e| e.basename.to_s[0] == '.'} end