jasonrclark/hometown

View on GitHub
examples/example.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'hometown'

# Start watching Array instantiations
Hometown.watch(Array)

# Output the trace for a specific Array's creation
p Hometown.for(Array.new)