看看以下的程式碼: class Customer < Person def self.where_am_i? ... end end irb>Customer.singleton_class.instance_methods(false) ---> [:where_am_i?]
確定! 回上一頁