diff options
| author | Conrad Irwin <conrad.irwin@gmail.com> | 2013-05-10 01:02:03 -0700 |
|---|---|---|
| committer | Conrad Irwin <conrad.irwin@gmail.com> | 2013-06-09 11:34:51 -0700 |
| commit | b3d74bb6d3b6d8e4233d4186e48b0def1e7c77e0 (patch) | |
| tree | 1bce5f51c17f8139401f8570db622040b9e120c9 | |
| parent | 39eaa8dbba6e7e93e697a58f78dc96c12e58b765 (diff) | |
| download | pry-b3d74bb6d3b6d8e4233d4186e48b0def1e7c77e0.tar.gz | |
Remove obsolete comment
| -rw-r--r-- | lib/pry/method.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pry/method.rb b/lib/pry/method.rb index f0510269..5a94ea1e 100644 --- a/lib/pry/method.rb +++ b/lib/pry/method.rb @@ -286,7 +286,6 @@ class Pry # @return [String, nil] The documentation for the method, or `nil` if it's # unavailable. - # @raise [CommandError] Raises when the method was defined in the REPL. def doc @doc ||= case source_type when :c |
