class Pry::Command::Ls::LsEntity
def initialize(opts)
def initialize(opts) @interrogatee = opts[:interrogatee] @no_user_opts = opts[:no_user_opts] @opts = opts[:opts] @args = opts[:args] @grep = Grep.new(Regexp.new(opts[:opts][:G] || '.')) @pry_instance = opts.delete(:pry_instance) end