From a15ab8e737d6cb601e7c4c331d3b845fef13182b Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 4 Sep 2014 19:24:57 +0200 Subject: [PATCH] Highlighted the Rubies! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d73c825..91332ea 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ like testing side-effects (i.e. where did that thread get started from?) To find where an object was created, `Hometown.watch` its class, and then ask `Hometown.for` on an instance of that class to see where it started out. -``` +```ruby # examples/example.rb require 'hometown' @@ -59,7 +59,7 @@ class. `Hometown.undisposed` returns you objects indicating--with stack traces `Hometown.undisposed_report` will give a formatted output of the undisposed objects. -``` +```ruby # dispose.rb require 'hometown'