aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/string_inquirer.rb (renamed from activesupport/lib/active_support/string_questioneer.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/string_questioneer.rb b/activesupport/lib/active_support/string_inquirer.rb
index 666f3c6018..65545748df 100644
--- a/activesupport/lib/active_support/string_questioneer.rb
+++ b/activesupport/lib/active_support/string_inquirer.rb
@@ -1,5 +1,5 @@
module ActiveSupport
- class StringQuestioneer < String
+ class StringInquirer < String
def method_missing(method_name, *arguments)
if method_name.to_s.ends_with?("?")
self == method_name.to_s[0..-2]