Method: Stockboy::Providers::FTP#clear
- Defined in:
- lib/stockboy/providers/ftp.rb
#clear ⇒ Object
158 159 160 161 162 163 |
# File 'lib/stockboy/providers/ftp.rb', line 158 def clear super @matching_file = nil @data_time = nil @data_size = nil end |