Method: Annotations::ClassMethods#___

Defined in:
lib/spiderfw/utils/annotations.rb

#___Object

Annotates all the following methods, until the end of the Class/Module.



133
134
135
# File 'lib/spiderfw/utils/annotations.rb', line 133

def ___()
    @annotator ||= Annotator.new(self).multiple
end