Method: UCD::Formatter::Base#format_document

Defined in:
lib/ucd/formatter/base.rb

#format_document(node) ⇒ Object

Raises:

  • (NotImplementedError)


57
# File 'lib/ucd/formatter/base.rb', line 57

def format_document(node);           raise NotImplementedError; end