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
9 10 11 |
# File 'lib/markdown/cli/opts.rb', line 9 def output_path @output_path || '.' end |
#output_path=(value) ⇒ Object
5 6 7 |
# File 'lib/markdown/cli/opts.rb', line 5 def output_path=(value) @output_path = value end |