63 64 65 66
# File 'lib/legatus/directive.rb', line 63 def callback @callbacks ||= {} @callbacks.merge!(yield) end