Method: CabbageDoc::Parser#parse

Defined in:
lib/cabbage_doc/parser.rb

#parse(text, tag = TAG) ⇒ Object

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/cabbage_doc/parser.rb', line 16

def parse(text, tag = TAG)
  raise NotImplementedError
end