Method: Archimate::DataModel::ConnectorType.===
- Defined in:
- lib/archimate/data_model/connector_type.rb
.===(other) ⇒ Object
Returns true if other is a ConnectorType
18 19 20 |
# File 'lib/archimate/data_model/connector_type.rb', line 18 def self.===(other) values.include?(other) end |