summaryrefslogtreecommitdiff
path: root/lib/pry/commands/ls/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/commands/ls/constants.rb')
-rw-r--r--lib/pry/commands/ls/constants.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/commands/ls/constants.rb b/lib/pry/commands/ls/constants.rb
index 6889075f..8ba5c83a 100644
--- a/lib/pry/commands/ls/constants.rb
+++ b/lib/pry/commands/ls/constants.rb
@@ -4,6 +4,7 @@ class Pry
class Command::Ls < Pry::ClassCommand
class Constants < Pry::Command::Ls::Formatter
DEPRECATED_CONSTANTS = [:Fixnum, :Bignum, :TimeoutError, :NIL, :FALSE, :TRUE]
+ DEPRECATED_CONSTANTS << :JavaPackageModuleTemplate if Pry::Helpers::BaseHelpers.jruby?
include Pry::Command::Ls::Interrogatable
def initialize(interrogatee, no_user_opts, opts, _pry_)