ruby-index

rubyメモ

2009-11-07 11:51:03 | 日記

飽きた

終了



2009-11-07 11:50:41 | 日記
class String
  def f *n
   print :size_ ,n.size,"n"
   p n[0]
  end
end

"".f :test
("".f :test)
"".f(:test)
"".f


2 はろーわるど

2009-11-07 11:45:01 | 日記
def func
print "a"
puts :b
p 'c'
eval "p :d"
end

func

_

2009-11-07 11:36:41 | 日記





きょうきのさくーら