Class: Markdown::Opts

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

Instance Method Summary collapse

Instance Method Details

#output_pathObject



11
12
13
# File 'lib/markdown/cli/opts.rb', line 11

def output_path
  @output_path || '.'
end

#output_path=(value) ⇒ Object



7
8
9
# File 'lib/markdown/cli/opts.rb', line 7

def output_path=(value)
  @output_path = value
end