I am scribbling.
<code>
class Person
def initialize(name)
@name = name
end
def name
return @name
class Doctor < Person
“Dr. “ + super
</code>
That, in short, is how super works.
posted by Alan at September 03, 2011
Interesting. I'm a stutterer guy practicing my writing. http://alexdissing.blogspot.com/
Post a Comment
<< Home
View my complete profile
Formerly Luminus Dormiens
1 Comments:
Interesting. I'm a stutterer guy practicing my writing. http://alexdissing.blogspot.com/
Post a Comment
<< Home