class Pry::Command::Ls::Config

Constants

DEFAULT_OPTIONS

Public Class Methods

default() click to toggle source
# File lib/pry/commands/ls/config.rb, line 48
def self.default
  new(DEFAULT_OPTIONS.dup)
end
new(config) click to toggle source
# File lib/pry/commands/ls/config.rb, line 44
def initialize(config)
  @config = config
end