Marker module. If included in a class, the Og automanager ignores this class.

Methods
Public Class methods
included(base)
    # File lib/og/markers.rb, line 15
15:   def self.included(base)
16:     Og.unmanageable_classes << base
17:   end