Skip to content

Commit 8258148

Browse files
committed
Fix for old versions of Ruby
1 parent f382770 commit 8258148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iruby/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def run
123123
:force,
124124
:ipython_dir
125125
) do
126-
def initialize(*args, **kw)
126+
def initialize(*args)
127127
super
128128
self.name ||= DEFAULT_KERNEL_NAME
129129
self.force = false

0 commit comments

Comments
 (0)