module ActiveSupport::Messages::Rotator

def on_rotation(&on_rotation)

def on_rotation(&on_rotation)
  @on_rotation = on_rotation
  self
end