Sha256: 89a3273a090b8ec036fdd7e2c2e4a49b2d94392e5b5611fc9077f896aef1de78
Contents?: true
Size: 591 Bytes
Versions: 11
Compression:
Stored size: 591 Bytes
Contents
# frozen_string_literal: true module Vedeu # The Geometry group of classes all handle the size of interfaces in # relation to the current size of the terminal. This helps Vedeu to # draw content in a consistent way. # # You can define the geometry of your interfaces using the # {Vedeu::Geometries::DSL}. # module Geometries end # Geometries end # Vedeu require 'vedeu/geometries/area/all' require 'vedeu/geometries/dsl/all' require 'vedeu/geometries/geometry' require 'vedeu/geometries/move' require 'vedeu/geometries/position' require 'vedeu/geometries/repository'
Version data entries
11 entries across 11 versions & 1 rubygems