method

terminate

v1_8_6_287 - Show latest stable - Class: CSV::BasicWriter
terminate()
private

No documentation available.

# File lib/csv.rb, line 729
    def terminate
      if @close_on_terminate
        @dev.close
      end
    end