module Monkey::Ext
Public Class Methods
expectations()
click to toggle 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