Module: References

Defined in:
lib/references.rb,
lib/references/book.rb,
lib/references/list.rb,
lib/references/name.rb,
lib/references/ebook.rb,
lib/references/version.rb,
lib/references/magazine.rb,
lib/references/reference.rb

Overview

This module let define your references using a DSL. Into it you can find:

  • A List to represent a ordered set of references, that can be format to APA standard.

  • References to a book, magazine and ebook(e-documents)

Defined Under Namespace

Classes: Book, Ebook, List, Magazine, Name, Node, Reference

Constant Summary collapse

VERSION =
"0.1.0"