mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Call super(…) in subclass of Pry::Command.
This commit is contained in:
parent
a6a8acd3da
commit
5cbfff74f8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Pry
|
|||
def initialize env
|
||||
@pry = env[:pry_instance]
|
||||
@command = nil
|
||||
super(env)
|
||||
end
|
||||
|
||||
def options(opt)
|
||||
|
|
Loading…
Reference in a new issue