Method: FileProcessor.process
- Defined in:
- lib/file_sv/file_processor.rb
.process(filename) ⇒ Object
Process file, adding it to plan
8 9 10 11 |
# File 'lib/file_sv/file_processor.rb', line 8 def process(filename) endpoint = PlannedEndpoint.new(filename) SvPlan + endpoint unless GlobalSettings.ignored_status? endpoint.status_code end |