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