# File lib/commander/blank.rb, line 3 def self.included base base.class_eval do instance_methods.each { |m| undef_method m unless m =~ /^__|object_id/ } end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.