Methods

Class/Module Index [+]

Quicksearch

RSpec::Core::Example::Procsy

Attributes

metadata[R]

Public Class Methods

extended(object) click to toggle source
# File lib/rspec/core/example.rb, line 93
def self.extended(object)
  def object.run; call; end
end

Public Instance Methods

with(metadata) click to toggle source
# File lib/rspec/core/example.rb, line 97
def with(metadata)
  @metadata = metadata
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.