随笔-167  评论-65  文章-0  trackbacks-0
demo:

class A 
end

t = :name

if t.is_a?(Symbol) # true
  puts 't true'
end

if A.is_a?(Symbol) # false
  puts 'A true'
end

if 12.is_a?(Integer) #true
  puts '12'
end


ref:
http://www.ruby-doc.org/core/classes/Symbol.html
http://www.ruby-doc.org/docs/Tutorial/part_01/objects.html



write by feng
posted on 2009-07-14 11:53 fl1429 阅读(1177) 评论(0)  编辑  收藏 所属分类: Rails

只有注册用户登录后才能发表评论。


网站导航:
 
已访问数:
free counters