Method: Module#include_without_options
- Defined in:
- lib/mega/dynamic_mixin.rb
#include_without_options ⇒ Object
95 96 97 98 99 100 101 |
# File 'lib/mega/dynamic_mixin.rb', line 95 def include(*args) = args.last.is_a?(Hash) ? args.pop : {} for mod in args mod.append_dynamic_features( self, ) end include_without_macros(*args) end |