fix blog index and links

This commit is contained in:
Torsten Ruger
2018-04-10 22:48:23 +03:00
parent d233cb0dca
commit c143b5bbd0
5 changed files with 21 additions and 18 deletions

View File

@ -7,10 +7,11 @@
The
%a{:href => "/rubyx/layers.html"} architecture
document outlines this in more detail, but in short:
\- types are immutable
\- every object has a type (which may change)
\- a type implements the interface of a class at a given time
\- a type is defined by a list of attribute names
%ul
%li types are immutable
%li every object has a type (which may change)
%li a type implements the interface of a class at a given time
%li a type is defined by a list of attribute names
%p
%img{:alt => "Types diagram", :src => "/assets/types.jpg"}/
%h3#how-classes-work How classes work