# File lib/anise/annotative/methods.rb, line 94 def method_annotation(*args, &block) anns = (Hash === args.last ? args.pop : {}) Methods.pending_annotations[self] << [anns, block] end