aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/string_inquirer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/string_inquirer.rb')
-rw-r--r--activesupport/lib/active_support/string_inquirer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/string_inquirer.rb b/activesupport/lib/active_support/string_inquirer.rb
index f3f3909a90..e059594bfa 100644
--- a/activesupport/lib/active_support/string_inquirer.rb
+++ b/activesupport/lib/active_support/string_inquirer.rb
@@ -8,7 +8,6 @@ module ActiveSupport
# you can call this:
#
# Rails.env.production?
- #
class StringInquirer < String
def method_missing(method_name, *arguments)
if method_name[-1, 1] == "?"