summaryrefslogtreecommitdiff
path: root/lib/pry/config/value.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/config/value.rb')
-rw-r--r--lib/pry/config/value.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/config/value.rb b/lib/pry/config/value.rb
index b646d97a..b32a196e 100644
--- a/lib/pry/config/value.rb
+++ b/lib/pry/config/value.rb
@@ -5,7 +5,7 @@ class Pry
# Value holds a value for the given attribute and decides how it should
# be read. Procs get called, other values are returned as is.
#
- # @since ?.?.?
+ # @since v0.13.0
# @api private
class Value
def initialize(value)