Skip to content

Commit

Permalink
try textile <pre> again
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Nov 15, 2010
1 parent 5ca2dc4 commit 373aece
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.textile
Expand Up @@ -31,7 +31,11 @@ require "minstrel"

instrument = Minstrel::Instrument.new()
instrument.wrap(String) do |point, klass, method, *args|
...
# * point is either :enter or :exit depending if this function is about to be
# called or has finished being called.
# * klass is the class object (String, etc)
# * method is the method (a Symbol)
# * *args is the arguments passed
end
</pre>

Expand Down

0 comments on commit 373aece

Please sign in to comment.