module Decode
Nested Classes and Modules
module CommentRepresents comment parsing and processing functionality.
class DefinitionA symbol with attached documentation.
class DocumentationStructured access to a set of comment lines.
class IndexRepresents a list of definitions organised for quick lookup and lexical enumeration.
module LanguageLanguage specific parsers and definitions.
class LanguagesRepresents a context for looking up languages based on file extension or name.
class LocationRepresents a location in a source file.
module RBSRBS generation functionality for Ruby type signatures.
class ScopeAn abstract namespace for nesting definitions.
class SegmentA chunk of code with an optional preceeding comment block.
class SourceRepresents a source file in a specific language.
module SyntaxProvides syntax rewriting and linking functionality.
class TrieRepresents a prefix-trie data structure for fast lexical lookups.
Definitions
VERSION = "0.30.0"
Signature
- constant
The version of the gem.