# File lib/focus.rb, line 10 10: def blur 11: parent = self.superclass 12: 13: ObjectSpace.each_object Class do |klass| 14: next unless parent > klass 15: next if klass == self 16: 17: klass.send :focus 18: klass.send :undef_method, :default_test 19: end 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.