Flowdock
method

with_options_from

Importance_0
1.2.0 - Show latest stable - 0 notes - Class: Spec::Example
with_options_from(args) private

No documentation

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

Hide source
# File lib/spec/example.rb, line 168
      def with_options_from(args)
        yield Hash === args.last ? args.pop : {} if block_given?
      end
Register or log in to add new notes.