ruby-x.github.io/app/views/pages/rubyx/_menu.haml
2018-04-15 18:13:18 +03:00

9 lines
304 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 "Method Resolution" , "method_resolution.html"