diff options
| author | Kyrylo Silin <silin@kyrylo.org> | 2018-10-14 15:30:16 +0800 |
|---|---|---|
| committer | Kyrylo Silin <silin@kyrylo.org> | 2018-10-14 15:30:16 +0800 |
| commit | b2149099ba7e822cc2754adc7387a861fb7d1bdf (patch) | |
| tree | c5ac17b900647ff85a2defd9dacbe0a50d531b2e | |
| parent | 620cb903cbbd8758d5cf8ad300c382b6d0f3b1f8 (diff) | |
| download | pry-b2149099ba7e822cc2754adc7387a861fb7d1bdf.tar.gz | |
commands/import_set: add a comment to figure out what it does later
This command is quite obscure: no docs and the parameter it expects is not used
in the method. For simplicity, I am leaving the comment to check later.
| -rw-r--r-- | lib/pry/commands/import_set.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/commands/import_set.rb b/lib/pry/commands/import_set.rb index 2cfeba96..97b53543 100644 --- a/lib/pry/commands/import_set.rb +++ b/lib/pry/commands/import_set.rb @@ -10,6 +10,7 @@ class Pry Import a Pry command set. BANNER + # TODO: resolve unused parameter. def process(_command_set_name) raise CommandError, "Provide a command set name" if command_set.nil? |
