From 11258f9c62c92a6c9f7699cbfa729966a0e71fb0 Mon Sep 17 00:00:00 2001 From: Konstantinos Rousis Date: Mon, 21 Mar 2016 09:55:21 +0100 Subject: [PATCH] remove an accidentally duplicated sentence --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b1f393f..8e720bf 100644 --- a/README.md +++ b/README.md @@ -220,9 +220,6 @@ Comparison: Function with single Array argument: 5580972.6 i/s Function with splat arguments: 54427.7 i/s - 102.54x slower -Ruby's [Exception2MessageMapper module](http://ruby-doc.org/stdlib-2.2.0/libdoc/e2mmap/rdoc/index.html) -allows one to define and raise exceptions with predefined messages. - ``` ##### Hash vs OpenStruct on access assuming you already have a Hash or an OpenStruct [code](code/general/hash-vs-openstruct-on-access.rb)