module RSpec::Core::Example::Procsy

def with(metadata)

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