1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Doc fix [ci skip]

This commit is contained in:
Sushruth Sivaramakrishnan 2015-03-05 10:05:34 +05:30
parent b7e8a109b1
commit 929552edba

View file

@ -1,7 +1,7 @@
module ActiveSupport module ActiveSupport
# Wrapping a string in this class gives you a prettier way to test # Wrapping a string in this class gives you a prettier way to test
# for equality. The value returned by <tt>Rails.env</tt> is wrapped # for equality. The value returned by <tt>Rails.env</tt> is wrapped
# in a StringInquirer object so instead of calling this: # in a StringInquirer object, so instead of calling this:
# #
# Rails.env == 'production' # Rails.env == 'production'
# #