Method: TextUtils::Markdown#initialize
- Defined in:
- lib/text_utils/markdown.rb
#initialize(processor = nil, options = nil) ⇒ Markdown
4 5 6 7 |
# File 'lib/text_utils/markdown.rb', line 4 def initialize processor = nil, = nil super processor = || DEFAULT_OPTIONS end |