# File lib/rspec/core/hooks.rb, line 52 def self.included(host) host.send :alias_method, :prepend, :unshift host.send :alias_method, :append, :push end