Class Pry::Command::Ls
In: lib/pry/commands/ls.rb
lib/pry/commands/ls/grep.rb
lib/pry/commands/ls/self_methods.rb
lib/pry/commands/ls/formatter.rb
lib/pry/commands/ls/methods.rb
lib/pry/commands/ls/local_vars.rb
lib/pry/commands/ls/instance_vars.rb
lib/pry/commands/ls/constants.rb
lib/pry/commands/ls/local_names.rb
lib/pry/commands/ls/globals.rb
lib/pry/commands/ls/ls_entity.rb
Parent: Pry::ClassCommand

Methods

Classes and Modules

Module Pry::Command::Ls::Interrogatable
Module Pry::Command::Ls::JRubyHacks
Module Pry::Command::Ls::MethodsHelper
Class Pry::Command::Ls::Constants
Class Pry::Command::Ls::Formatter
Class Pry::Command::Ls::Globals
Class Pry::Command::Ls::Grep
Class Pry::Command::Ls::InstanceVars
Class Pry::Command::Ls::LocalNames
Class Pry::Command::Ls::LocalVars
Class Pry::Command::Ls::LsEntity
Class Pry::Command::Ls::Methods
Class Pry::Command::Ls::SelfMethods

Constants

DEFAULT_OPTIONS = { :heading_color => :bright_blue, :public_method_color => :default, :private_method_color => :blue, :protected_method_color => :blue, :method_missing_color => :bright_red, :local_var_color => :yellow, :pry_var_color => :default, # e.g. _, _pry_, _file_ :instance_var_color => :blue, # e.g. @foo :class_var_color => :bright_blue, # e.g. @@foo :global_var_color => :default, # e.g. $CODERAY_DEBUG, $eventmachine_library :builtin_global_color => :cyan, # e.g. $stdin, $-w, $PID :pseudo_global_color => :cyan, # e.g. $~, $1..$9, $LAST_MATCH_INFO :constant_color => :default, # e.g. VERSION, ARGF :class_constant_color => :blue, # e.g. Object, Kernel :exception_constant_color => :magenta, # e.g. Exception, RuntimeError :unloaded_constant_color => :yellow, # Any constant that is still in .autoload? state :separator => " ", :ceiling => [Object, Module, Class]

Public Instance methods

Exclude -q, -v and —grep because they, don‘t specify what the user wants to see.

[Validate]