Class TestClassDocumentation

Defined in: spec/parser_templates/classes/class_documentation.coffee

Overview

Public: This is a test class with `inline.dot`. Beware. Examples Class.getType('cat') new Class() # Alternatively, this is possible cl = Class.for(obj) cl.execute()

Examples:

Class.getType('cat')
new Class()

# Alternatively, this is possible
cl = Class.for(obj)
cl.execute()