Method: Ftpd::ListFormat::Eplf#to_s
- Defined in:
- lib/ftpd/list_format/eplf.rb
#to_s ⇒ Object
Return the formatted directory entry. For example:
+i8388621.48598,m824253270,r,s612, 514.html
Note: The calling code adds the rn
23 24 25 |
# File 'lib/ftpd/list_format/eplf.rb', line 23 def to_s "+%s\t%s" % [facts, filename] end |