Sha256: 8f8a137ded6cc0f2b709936519ecc3ee4dab0095be5a214c6705a4cb1bc64853
Contents?: true
Size: 577 Bytes
Versions: 19
Compression:
Stored size: 577 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 language 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
19 entries across 19 versions & 2 rubygems