Method: Characterizable::Snapshot#effective
- Defined in:
- lib/characterizable/snapshot.rb
#effective ⇒ Object
35 36 37 |
# File 'lib/characterizable/snapshot.rb', line 35 def effective universe.characterizable_base.characteristics.select { |_, c| c.effective?(self) } end |