# File lib/rspec/core/example.rb, line 40 def self.delegate_to_metadata(*keys) keys.each { |key| define_method(key) { @metadata[key] } } end