ruby-x.github.io/app/views/pages/rubyx/_menu.haml

10 lines
354 B
Plaintext
Raw Normal View History

2018-04-11 09:45:50 +02:00
.row
%ul.nav
2018-04-11 18:58:57 +02:00
%li= link_to "Layers of RubyX" , "layers.html"
%li= link_to "Parfait", "parfait.html"
%li= link_to "Debugger", "debugger.html"
%li= link_to "Memory" , "memory.html"
2018-04-15 14:24:29 +02:00
%li= link_to "Calling" , "calling.html"
2018-08-20 08:42:22 +02:00
%li= link_to "Assembler Dsl" , "builder.html"
2018-04-15 17:13:18 +02:00
%li= link_to "Method Resolution" , "method_resolution.html"