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