module Tuttle

This is a modified version of the RubyProf::CallStackPrinter It has been sped up by removing most link generation and expensive HTML formatting (like coloring)

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/tuttle.rb, line 15
def self.setup
  yield self
end