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.
83 84 85 |
# File 'lib/rspec/core/example.rb', line 83 def @metadata end |
Class Method Details
.extended(object) ⇒ Object
85 86 87 |
# File 'lib/rspec/core/example.rb', line 85 def self.extended(object) def object.run; call; end end |
Instance Method Details
#with(metadata) ⇒ Object
89 90 91 92 |
# File 'lib/rspec/core/example.rb', line 89 def with() @metadata = self end |