NaturalDocs:: Languages:: Ruby

NaturalDocs::Languages::Ruby

A subclass to handle the language variations of Ruby.

Summary
A subclass to handle the language variations of Ruby.
Ruby’s variables may start with symbols: none for local, $ for global, @ for instance, and @@ for class.

MakeSortableSymbol

sub MakeSortableSymbol #(name,
type)

Ruby’s variables may start with symbols: none for local, $ for global, @ for instance, and @@ for class.  This function strips them off for sorting.

A class containing the characteristics of a particular programming language for basic support within Natural Docs.
sub MakeSortableSymbol #(name,
type)
Ruby’s variables may start with symbols: none for local, $ for global, @ for instance, and @@ for class.