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.
Interesting. I'm a stutterer guy practicing my writing. http://alexdissing.blogspot.com/
Post a Comment
1 comments:
Interesting. I'm a stutterer guy practicing my writing. http://alexdissing.blogspot.com/
Post a Comment