class Pry::Command::Ls::SelfMethods

def initialize(interrogatee, no_user_opts, opts, pry_instance)

def initialize(interrogatee, no_user_opts, opts, pry_instance)
  super(pry_instance)
  @interrogatee = interrogatee
  @no_user_opts = no_user_opts
  @ppp_switch = opts[:ppp]
  @jruby_switch = opts['all-java']
end