Method: Module#append_dynamic_features

Defined in:
lib/mega/macro.rb

#append_dynamic_features(base, options) ⇒ Object

Note: Is this the best name for this callback?



68
69
70
71
72
# File 'lib/mega/macro.rb', line 68

def append_dynamic_features( base, options )
  macros.each do |m|
    base.class_eval m.call( options )
  end
end