Skip to content

Commit

Permalink
Fix formatting in doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 20, 2009
1 parent f7eb0c4 commit eec401f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quiet_nil.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This is just like NilClass, but when methods are called on a QuietNil, they just return the QuietNil without raising an exception.
#
# WARNING: This class is easy to abuse. Please resist temptation!

class QuietNil < ActiveSupport::BasicObject
Expand Down

0 comments on commit eec401f

Please sign in to comment.