Method: RSpec::Core::Example#metadata

Defined in:
lib/rspec/core/example.rb

#metadatavoid (readonly)

Returns the metadata object associated with this example.


163
164
165
# File 'lib/rspec/core/example.rb', line 163

def 
  @metadata
end