Module: XX::Expandable

Defined in:
lib/rcov/xx.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



877
878
879
880
881
882
# File 'lib/rcov/xx.rb', line 877

def self.included other
#--{{{
  other.instance_eval{ include InstanceMethods }
  other.extend ClassMethods
#--}}}
end