module SoberSwag::Type::Named
Mixin module used to identify types that should be considered standalone, named types from SoberSwag's perspective.
Public Class Methods
included(mod)
click to toggle source
When included, extends {SoberSwag::Type::Named::ClassMethods}
# File lib/sober_swag/type/named.rb, line 44 def self.included(mod) mod.extend(ClassMethods) end