Module: FeldtRuby::Annotateable

Included in:
Object
Defined in:
lib/feldtruby/annotations.rb

Overview

A generic way to annotate Ruby objects/classes.

Instance Method Summary collapse

Instance Method Details

#_annotationsObject



5
6
7
# File 'lib/feldtruby/annotations.rb', line 5

def _annotations
  @_annotations ||= Hash.new
end