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
(Proc)
--
def self.extended(proc) # @api public # Foo bar def proc.run; call; end end