我對ruby很陌生,我正在嘗試擴充套件date類以新增一個函式,該函式將返回本月的第一個 ... class Date def first_of_month return Date.new(self.year, self.month, ...
確定! 回上一頁