Method: Manacle::Constraint::Actuator::Nested#levels

Defined in:
lib/manacle/constraint/actuator/nested.rb

#levelsObject



28
29
30
# File 'lib/manacle/constraint/actuator/nested.rb', line 28

def levels
  [self.class] + @nested.levels
end