lib/ramaze/contrib/profiling.rb in manveru-ramaze-2008.08 vs lib/ramaze/contrib/profiling.rb in manveru-ramaze-2008.09
- old
+ new
@@ -1,8 +1,8 @@
require "ruby-prof"
module Ramaze
- module Dispatcher
+ class Dispatcher
class ActionProfiler < Action
def self.call(path)
if RubyProf.running?
super
else