No need to emulate default Ruby behavior in initialize

This commit is contained in:
Yehuda Katz 2010-02-10 14:40:22 -08:00
parent bea38d64ee
commit ff7db40464
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ class NuclearExplosion < StandardError
end
class MadRonon < StandardError
def initialize(message)
super(message)
end
end
class Stargate