Method: Ann::ClassMethods#annotations

Defined in:
lib/ann.rb

#annotationsObject



22
23
24
# File 'lib/ann.rb', line 22

def annotations
  @annotations ||= Hash.new { |hash, key| hash[key] = [] }
end