Flowdock
sorted_files() protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/options.rb, line 302
      def sorted_files
        return sorter ? files.sort(&sorter) : files
      end
Register or log in to add new notes.