Class: Markdown::Opts
- Inherits:
-
Object
- Object
- Markdown::Opts
- Defined in:
- lib/markdown/cli/opts.rb
Instance Method Summary collapse
Instance Method Details
#output_path ⇒ Object
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 |