Method: Anise::Annotative::Methods.pending_annotations

Defined in:
lib/anise/annotative/methods.rb

.pending_annotationsObject

This a temporary store used to create method annotations.



51
52
53
# File 'lib/anise/annotative/methods.rb', line 51

def self.pending_annotations
  @_pending_annotations ||= Hash.new{ |h,k| h[k] = [] }
end