summaryrefslogtreecommitdiff
path: root/lib/pry/commands/ls/interrogatable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/commands/ls/interrogatable.rb')
-rw-r--r--lib/pry/commands/ls/interrogatable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/ls/interrogatable.rb b/lib/pry/commands/ls/interrogatable.rb
index 399d11f3..67a43373 100644
--- a/lib/pry/commands/ls/interrogatable.rb
+++ b/lib/pry/commands/ls/interrogatable.rb
@@ -5,7 +5,7 @@ class Pry
private
def interrogating_a_module?
- Module === @interrogatee
+ Module === @interrogatee # rubocop:disable Style/CaseEquality
end
def interrogatee_mod