81 82 83
# File 'lib/coast.rb', line 81 def after(action, &callback) define_method "after_#{action}", &callback end