class Markdown::Opts

Public Instance Methods

output_path() click to toggle source
# File lib/markdown/cli/opts.rb, line 11
def output_path
  @output_path || '.'
end
output_path=(value) click to toggle source
# File lib/markdown/cli/opts.rb, line 7
def output_path=(value)
  @output_path = value
end