module RSpec::Core::Example::Procsy

def with(metadata)

Other tags:
    Api: - private
def with(metadata)
  @metadata = metadata
  self
end