Skip to content

Commit

Permalink
Merge pull request #246 from victor-am/vam-fix-readme
Browse files Browse the repository at this point in the history
Fix an instantiation example on README
  • Loading branch information
rdp committed Sep 8, 2018
2 parents 56fda0c + a387502 commit cdf3be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -187,7 +187,7 @@ collected metrics are identical to eliminating methods from the
profiling result in a prost process step. The interface is slightly
different though:

profile = RubyProf.new(...)
profile = RubyProf::Profile.new(...)
profile.exclude_methods!(Integer, :times, ...)
profile.start

Expand Down Expand Up @@ -389,7 +389,7 @@ RubyProf::GC_RUNS::

All of the patches to Ruby are included in the railsexpress patchsets
for rvm, see https://github.com/skaes/rvm-patchsets. You can also use
these patches manually with other ruby managers (ruby-install,
these patches manually with other ruby managers (ruby-install,
ruby-build, etc.).

Note if you rebuild your ruby with patches you must uninstall and
Expand Down

0 comments on commit cdf3be8

Please sign in to comment.