mirror of https://github.com/rails/rails
No need to emulate default Ruby behavior in initialize
This commit is contained in:
parent
bea38d64ee
commit
ff7db40464
|
@ -7,9 +7,6 @@ class NuclearExplosion < StandardError
|
|||
end
|
||||
|
||||
class MadRonon < StandardError
|
||||
def initialize(message)
|
||||
super(message)
|
||||
end
|
||||
end
|
||||
|
||||
class Stargate
|
||||
|
|
Loading…
Reference in New Issue