Skip to content

Commit

Permalink
Merge pull request #1 from parndt/patch-1
Browse files Browse the repository at this point in the history
Highlighted the Rubies!
  • Loading branch information
jasonrclark committed Oct 13, 2014
2 parents 0ac639a + a15ab8e commit 1d955bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 1d955bd

Please sign in to comment.