module Wprof

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/wor-prof.rb, line 12
def self.included(base)
  load 'wprof/wprof_modules.rb'
  base.extend(ForHttparty) if base.include?(HTTParty)
  base.prepend(CustomMethods) unless WProf::Config.get_value(:custom_methods).nil?
end