ruby-reference-manual:256
From: Kazuhiro Yoshida <moriq@m...>
Date: Thu, 04 Jan 2007 09:14:47 +0900
Subject: [ruby-reference-manual:256] superclass
moriqです。 どこにも書いていないような気がするので念のため。 クラス名はなんとなくトップレベルから書いていますが、 継承している場合スーパークラス名はトップレベルから書くべきでしょうか。 = class Tk::BLT::PlotComponent::BitmapMarker < Tk::BLT::PlotComponent::Marker できれば省略して書きたいものですが。 = class Tk::BLT::PlotComponent::BitmapMarker < Marker でもあいまいになるのかなあ。 あと include, extend は相対位置でいいんですよね。 -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 256 2007-01-04 01:14 [moriq@m... ] superclass 257 2007-01-04 01:20 ┣[moriq@m... ] 258 2007-01-04 01:55 ┗[aamine@l... ]