Module: RSpec::Core::Example::Procsy
- Defined in:
- lib/rspec/core/example.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
91 92 93 |
# File 'lib/rspec/core/example.rb', line 91 def @metadata end |
Class Method Details
.extended(object) ⇒ Object
93 94 95 |
# File 'lib/rspec/core/example.rb', line 93 def self.extended(object) def object.run; call; end end |
Instance Method Details
#with(metadata) ⇒ Object
97 98 99 100 |
# File 'lib/rspec/core/example.rb', line 97 def with() @metadata = self end |