Searched refs:undef_method (Results 1 – 25 of 52) sorted by relevance
123
32 undef_method :to_s54 undef_method :to_s66 undef_method :to_s
48 undef_method :undefed_method108 undef_method :parent_method109 undef_method :another_parent_method119 undef_method :super_included_method
167 undef_method :undefed_method313 undef_method :parent_method317 undef_method :parent_mixin_method
44 undef_method m50 undef_method m
151 undef_method :extend_object
25 undef_method :test
58 undef_method :method_to_undef
20 undef_method :singleton_method_to_undefine
37 undef_method(:slash_hit_parade)
33 undef_method :test_order if method_defined? :test_order
27 undef_method m unless overridden_methods.include?(m.to_s) || m =~ /^__/
16 undef_method :spec=
20 undef_method m unless skip_methods.include?(m.to_s) || m =~ /^__/
148 …let(:stubbed_representation) { representation_class.instance_eval { undef_method :github_identifie…
241 lambda { @meta.class_eval { alias undef_method not_exist } }.should raise_error(NameError) { |e|
926 c.instance_eval { undef_method(:foo) }931 m.instance_eval { undef_method(:foo) }936 class << o; self; end.instance_eval { undef_method(:foo) }990 m.instance_eval { undef_method(:foo) }998 c.instance_eval { undef_method(:foo) }1008 c.instance_eval { undef_method(:foo) }
256 undef_method op
499 undef_method :marshal_dump500 undef_method :marshal_load
62 core#undef_method
54 You may use +undef+ in any scope. See also Module#undef_method
235 undef_method :is_a?
170 undef_method("#{name}=")