class Markun::Dsl

Markun::Dsl

Attributes

markun[RW]

Public Class Methods

new() click to toggle source
# File lib/markun_dsl.rb, line 23
def initialize
  @markun = Markun::DslModel.new
  @markun.have_menu = 'false'
end