method
with_options_from
1.2.0 -
Show latest stable
- Class:
Spec::Example
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