Method: JsDuck::Relations#mixed_into
- Defined in:
- lib/jsduck/relations.rb
#mixed_into(cls) ⇒ Object
Returns classes having particular mixin, empty array if none
84 85 86 |
# File 'lib/jsduck/relations.rb', line 84 def mixed_into(cls) @mixes[cls.full_name] || [] end |