Modules: ClassExtension
%w{cycle_end}
155 156 157 158
# File 'lib/roby/log/hooks.rb', line 155 def cycle_end(timings) super if defined? super Roby::Log.log(:cycle_end) { [timings] } end