------ art_61138_20358442.1163146535180
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
We can dynamically include a module in a class as...
class A
module B
def method_of_b
end
end
end
a .new
a.class.send :include, B
Is there any way to remove the dynamically included module from a class.
sur
http://ajaxonrails.wordpress.com
------ art_61138_20358442.1163146535180--