# File lib/monkey/ext.rb, line 92 def self.expectations @expectations ||= Hash.new { |h,k| h[k] = [] } end