Method: XSpec::Context.__xspec_context
- Defined in:
- lib/xspec/data_structures.rb
.__xspec_context ⇒ Object
A context includes the same DSL methods as the root level module, which enables the recursive creation.
27 |
# File 'lib/xspec/data_structures.rb', line 27 def __xspec_context; self; end |