S
Sijo Kg
Hi
I have code like
class A
class <<self
def first
-------
end
def second
------
end
end
end
What I understood is now the def first and second becomes class
methods of class A..Am I right? Is that its only use?
Thanks in advance
Sijo
I have code like
class A
class <<self
def first
-------
end
def second
------
end
end
end
What I understood is now the def first and second becomes class
methods of class A..Am I right? Is that its only use?
Thanks in advance
Sijo