diff options
Diffstat (limited to 'lib/pry/commands/import_set.rb')
| -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? |
