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

Version Path
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/docs/Glossary.md
nutshell-crm-0.0.5 vendor/bundle/gems/yard-0.7.4/docs/Glossary.md
nutshell-crm-0.0.4 vendor/bundle/gems/yard-0.7.4/docs/Glossary.md
nutshell-crm-0.0.3 vendor/bundle/gems/yard-0.7.4/docs/Glossary.md
nutshell-crm-0.0.2 vendor/bundle/gems/yard-0.7.4/docs/Glossary.md
yard-0.7.4 docs/Glossary.md
yard-0.7.3 docs/Glossary.md
vanity-1.7.1 vendor/ruby/1.9.1/gems/yard-0.7.2/docs/Glossary.md
yard-0.7.2 docs/Glossary.md
yard-0.7.1 docs/Glossary.md
yard-0.7.0 docs/Glossary.md