Flowdock
method

add_options

Importance_0
add_options(args, options={}) public

No documentation

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

Hide source
# File lib/spec/example/args_and_options.rb, line 9
      def add_options(args, options={}) # :nodoc:
        args << {} unless Hash === args.last
        args.extend WithOptions
        args.options.merge!(options)
        args.options
      end
Register or log in to add new notes.