class Mocha::BlockMatchers::BlockGiven

def match?(actual_block)

def match?(actual_block)
  !actual_block.nil?
end