method

with_options_from

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