Skip to content

Commit

Permalink
No need to emulate default Ruby behavior in initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Katz authored and Yehuda Katz committed Feb 10, 2010
1 parent bea38d6 commit ff7db40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions activesupport/test/rescuable_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ class NuclearExplosion < StandardError
end

class MadRonon < StandardError
def initialize(message)
super(message)
end
end

class Stargate
Expand Down

0 comments on commit ff7db40

Please sign in to comment.