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