module AttributedObject::Strict::ClassExtension

Public Instance Methods

_attributed_object_check_type_supported!(type_info) click to toggle source
# File lib/attributed_object/strict.rb, line 12
def _attributed_object_check_type_supported!(type_info)
  AttributedObjectHelpers::TypeCheck.check_type_supported!(type_info)
end