36 37 38 39 40 41 42
# File 'lib/carat/macro.rb', line 36 def include(*args) options = args.last.is_a?(Hash) ? args.pop : {} for mod in args mod.append_dynamic_features( self, options ) end include_without_macros(*args) end