mirror of https://github.com/freeCodeCamp/devdocs
6 lines
146 B
6 lines
146 B
![]()
10 years ago
|
#= require views/pages/base
|
||
|
|
||
|
class app.views.VagrantPage extends app.views.BasePage
|
||
|
prepare: ->
|
||
|
@highlightCode @findAll('pre.ruby'), 'ruby'
|