Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラス変数は で始まる必要があることを理解してい@@ます。今、私はこのクラスを持っています:
@@
class C @v = "my variable" def self.get_v @v end end puts C.get_v #returns "my variable"
@vまだクラス変数ですか?しかし、持っていないの@@ですか?
@v