method

with_options_from

rspec latest stable - Class: Spec::Example

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.2.0) is shown here.

with_options_from(args)
private

No documentation available.

# File lib/spec/example.rb, line 168
      def with_options_from(args)
        yield Hash === args.last ? args.pop : {} if block_given?
      end