Flowdock
method

parse_options

Importance_0
parse_options(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 44
        def parse_options(options)
          options.has_key?(:null_object) ? {:null_object => options.delete(:null_object)} : {}
        end
Register or log in to add new notes.