module Pry::Config::Attributable

Attributable provides the ability to create “attribute” accessors. Attribute accessors create a standard “attr_writer” and a customised “attr_reader”. This reader is Proc-aware (lazy).

@since v0.13.0 @api private