# File lib/ruby-vpi/xx.rb, line 546 546: def self::included other, *a, &b 547: #--{{{ 548: ret = super 549: other.module_eval do 550: include Markup::InstanceMethods 551: extend Markup::ClassMethods 552: class << self 553: define_method("included", Markup::XX_MARKUP_RECURSIVE_INCLUSION_PROC) 554: end 555: end 556: ret 557: #--}}} 558: end