1
0
Fork 0
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:
Rob Gleeson 2012-01-07 04:27:39 +00:00
parent a6a8acd3da
commit 5cbfff74f8

View file

@ -48,6 +48,7 @@ class Pry
def initialize env
@pry = env[:pry_instance]
@command = nil
super(env)
end
def options(opt)