Class: Raddocs::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/raddocs/app.rb,
lib/raddocs/app.rb

Overview

Sinatra app that serves all documentation

Class Attribute Summary collapse

Class Attribute Details

.markdownObject

Returns the value of attribute markdown.



5
6
7
# File 'lib/raddocs/app.rb', line 5

def markdown
  @markdown
end