ruby-x.github.io/app/views/pages/rubyx/_menu.haml
2018-08-20 09:42:22 +03:00

10 lines
354 B
Plaintext

.row
%ul.nav
%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"
%li= link_to "Calling" , "calling.html"
%li= link_to "Assembler Dsl" , "builder.html"
%li= link_to "Method Resolution" , "method_resolution.html"