Module: Aspect4r::Around::ClassMethods

Defined in:
lib/aspect4r/around.rb

Instance Method Summary collapse

Instance Method Details

#around(*methods, &block) ⇒ Object



14
15
16
# File 'lib/aspect4r/around.rb', line 14

def around *methods, &block
  Aspect4r::Helper.process_advice Aspect4r::Model::AdviceMetadata::AROUND, self, methods, &block
end