lib/net/ftp/list/unix.rb in net-ftp-list-0.5 vs lib/net/ftp/list/unix.rb in net-ftp-list-0.7

- old
+ new

@@ -1,11 +1,11 @@ require 'net/ftp/list/parser' module Net class FTP module List - + # Parse Unix like FTP LIST entries. # # == MATCHES # # drwxr-xr-x 4 steve group 4096 Dec 10 20:23 etc @@ -51,6 +51,6 @@ end end end end -end \ No newline at end of file +end