Class: Sinja::Roles

Inherits:
Set
  • Object
show all
Defined in:
lib/sinja/config.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



191
192
193
# File 'lib/sinja/config.rb', line 191

def ===(other)
  self.intersect?(Set === other ? other : Set[*other])
end