Method: MethodAnnotation::Base.before

Defined in:
lib/method_annotation/base.rb

.before(&block) ⇒ Object



6
7
8
# File 'lib/method_annotation/base.rb', line 6

def before(&block)
  (@before_procs ||= []) << block
end