Searched refs:protected_methods (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/
H A Ddelegate.rb111 def protected_methods(all=true) method in class:Delegator
112 __getobj__.protected_methods(all) | super
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_object.rb155 assert_equal([:bar, :bar2], (o2.protected_methods - o0.protected_methods).sort)
156 assert_equal([:bar2], (o2.protected_methods(false) - o0.protected_methods(false)).sort)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Doptiondb.rb322 :private_methods, :protected_methods, :public_methods ].each{|m|
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Ddrb.rb1508 elsif obj.protected_methods.include?(msg_id)

Completed in 100 milliseconds