module Monkey::Ext
Public Class Methods
Source
# File lib/monkey/ext.rb, line 92 def self.expectations @expectations ||= Hash.new { |h,k| h[k] = [] } end
# File lib/monkey/ext.rb, line 92 def self.expectations @expectations ||= Hash.new { |h,k| h[k] = [] } end