From dbd79cd8bf28b0c55a6cab60495d7460a2ccc9ea Mon Sep 17 00:00:00 2001 From: Ben Lovell Date: Fri, 10 May 2019 16:22:35 +0200 Subject: [PATCH] Fix snarky ruby in example init.example.el No need for a `do` when you have `{}`. --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index cc9bdf3b5..38bbcefac 100644 --- a/init.example.el +++ b/init.example.el @@ -133,7 +133,7 @@ ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client - ;;ruby ; 1.step do {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + ;;ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good sh ; she sells (ba|z|fi)sh shells on the C xor