Class: Markdown::Opts

Inherits:
Object
  • Object
show all
Defined in:
lib/markdown/gen.rb

Instance Method Summary collapse

Instance Method Details

#output_pathObject



10
11
12
# File 'lib/markdown/gen.rb', line 10

def output_path
  @output_path ||= '.'
end

#output_path=(value) ⇒ Object



6
7
8
# File 'lib/markdown/gen.rb', line 6

def output_path=(value)
  @output_path = value
end