A base class for timing structures
# File Ruby/lib/mini_profiler/timer_struct.rb, line 15 def [](name) attributes[name] end
# File Ruby/lib/mini_profiler/timer_struct.rb, line 19 def []=(name, val) attributes[name] = val self end
Generated with the Darkfish Rdoc Generator 2.