Class: RSpec::Core::Example::Procsy
- Defined in:
- lib/rspec/core/example.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Instance Method Summary collapse
-
#initialize(metadata) ⇒ Procsy
constructor
A new instance of Procsy.
Constructor Details
#initialize(metadata) ⇒ Procsy
Returns a new instance of Procsy.
72 73 74 |
# File 'lib/rspec/core/example.rb', line 72 def initialize() @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
70 71 72 |
# File 'lib/rspec/core/example.rb', line 70 def @metadata end |