method

scope_from

rspec latest stable - Class: Spec::Runner::Configuration
scope_from(*args)
private

No documentation available.

# File lib/spec/runner/configuration.rb, line 197
      def scope_from(*args) # :nodoc:
        args[0] || :each
      end