Module: XX::Expandable
- Defined in:
- lib/xx.rb,
lib/xx-2.1.0.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(other) ⇒ Object
846 847 848 849 850 851 |
# File 'lib/xx.rb', line 846 def self.included other #--{{{ other.instance_eval{ include InstanceMethods } other.extend ClassMethods #--}}} end |