Class: Archimate::DataModel::DiagramType

Inherits:
Object
  • Object
show all
Includes:
Ruby::Enum
Defined in:
lib/archimate/data_model/diagram_type.rb

Class Method Summary collapse

Class Method Details

.===(other) ⇒ Object



12
13
14
# File 'lib/archimate/data_model/diagram_type.rb', line 12

def self.===(other)
  values.include?(other)
end