method
with_options_from

1.2.0 -
Show latest stable
-
0 notes -
Class: Spec::Example
- 1.1.4
- 1.1.12 (0)
- 1.2.0 (0)
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
with_options_from(args)
private
Hide source
# File lib/spec/example.rb, line 168 def with_options_from(args) yield Hash === args.last ? args.pop : {} if block_given? end