mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
add 'JavaPackageModuleTemplate' as a deprecated constant (jruby).
This commit is contained in:
parent
c5d3c764c5
commit
95063cb566
1 changed files with 1 additions and 0 deletions
|
@ -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_)
|
||||
|
|
Loading…
Reference in a new issue