Method: Vedeu::Editor::Cursor#geometry

Defined in:
lib/vedeu/editor/cursor.rb

#geometryVedeu::Geometries::Geometry (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 the named geometry from the geometries repository.



168
169
170
# File 'lib/vedeu/editor/cursor.rb', line 168

def geometry
  @geometry ||= Vedeu.geometries.by_name(name)
end