class Pry::Command::Ls::InstanceVars
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 @default_switch = opts[:ivars] end