Flowdock
method

extract_options

Importance_0
1.3.0 - Show latest stable - 0 notes - Class: Spec::Mocks::Mock
extract_options(stubs_and_options) private

No documentation

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

Hide source
# File lib/spec/mocks/mock.rb, line 49
      def extract_options(stubs_and_options)
        options = {}
        extract_option(stubs_and_options, options, :null_object)
        extract_option(stubs_and_options, options, :__declared_as, 'Mock')
        options
      end
Register or log in to add new notes.