module ModulePlus::Attribute::IncludeGuard
Public Instance Methods
included(klass)
click to toggle source
# File lib/module_plus/attribute.rb, line 14 def included(klass) raise NotPermittedToInclude, "#{self.name} by #{klass}" end