module RSpec::Core::Example::Procsy
def self.extended(proc)
-
(
Proc
) --
Other tags:
- Api: - private
def self.extended(proc) # @api public # Foo bar def proc.run; call; end end
def with(metadata)
- Api: - private
def with(metadata) @metadata = metadata self end