论坛首页 入门技术论坛

新手求助ruby问题

浏览 1685 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-04-26  
class Person
def name
@name
end

def gender
@gender
end

def age
@age
end
end

people = Person.new('Tom', 'male', 15)
puts people.name
puts people.gender
puts people.age

错误提示G:/RubyTest/person.rb:26:in `initialize': wrong number of arguments (3 for 0) (ArgumentError)
from G:/RubyTest/person.rb:26:in `new'
from G:/RubyTest/person.rb:26
   发表时间:2007-04-26  
这样的问题还是好好找本书看看吧!。这个帖子肯定是要被隐的
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics