Sha256: 5c1b9287a747be98c4e7503e9d78576c1e911e9c10b125d42511d796c627ab38
Contents?: true
Size: 575 Bytes
Versions: 11
Compression:
Stored size: 575 Bytes
Contents
# Glossary * **Code Object**: Any explicitly defined Ruby source that describes a feature of the code. By default, this refers to classes, modules, methods, constants and class variables, though it can be extended to refer to custom functionality defined by a DSL (like a spec, for instance). * **Domain Specific Language (DSL)**: In the context of Ruby, a DSL is a languge optimized for a specific domain (problem) but represented using Ruby syntax. * **Docstring (Documentation String)**: Comments associated with a code object used for documentation purposes.
Version data entries
11 entries across 11 versions & 3 rubygems