From 0c5e12921bd72756dea7cee88f7478e84743683f Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 29 Jul 2010 18:44:27 -0700 Subject: [PATCH] test --- Code.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Code.md b/Code.md index 6f43d59..4133fbe 100644 --- a/Code.md +++ b/Code.md @@ -4,10 +4,9 @@ Here is some Ruby code: [[Example|http://example.com]] ```ruby -def foo - puts 'bar' - [[ foo ]] -end + def foo + puts 'bar' + end ``` ## Something else