Method: Architecture::Entity#move
- Defined in:
- lib/architecture/entity.rb
#move(entity:, engine: DEFAULT_ENGINE) ⇒ Object
36 37 38 |
# File 'lib/architecture/entity.rb', line 36 def move(entity:, engine: DEFAULT_ENGINE) system("mv #{location(engine: engine)} #{entity.location(engine: engine)}") end |