Method: Vedeu::Geometries::Move#unalign_unmaximise
- Defined in:
- lib/vedeu/geometries/move.rb
#unalign_unmaximise ⇒ Hash<Symbol => Boolean|Symbol] (private)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns Hash<Symbol => Boolean|Symbol].
155 156 157 158 159 160 161 |
# File 'lib/vedeu/geometries/move.rb', line 155 def unalign_unmaximise { horizontal_alignment: :none, maximised: false, vertical_alignment: :none, }.merge(directional_move) end |