[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01897] super

From: "David Douthitt" <DDouthitt@...>
Date: 2000-03-16 16:31:30 UTC
List: ruby-talk #1897
I was redefining a new method, and used some code something like this

class ConfigFile<File
   def each_line
      super.each_line { .... }
   end
end

Then I finally realized that super does NOT refer to the class above, but the method.  Is this the normal Smalltalk (yes you heard me) way, or is this a Ruby-ism?


In This Thread

Prev Next