Method: SimpleNestedSet::Move::Protection#inconsistent_move!
- Defined in:
- lib/simple_nested_set/move/protection.rb
#inconsistent_move!(message) ⇒ Object
45 46 47 |
# File 'lib/simple_nested_set/move/protection.rb', line 45 def inconsistent_move!() raise Inconsistent, "Impossible move: #{.split("\n").map! { |line| line.strip }.join}" end |