We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19e3f3 commit 8a721aeCopy full SHA for 8a721ae
lib/iruby/backend.rb
@@ -65,8 +65,8 @@ def complete(code)
65
def init_main_object(main)
66
wrapper_module = Module.new
67
main.extend(wrapper_module)
68
- main.define_singleton_method(:include) do |*args, **kwargs|
69
- wrapper_module.include(*args, **kwargs)
+ main.define_singleton_method(:include) do |*args|
+ wrapper_module.include(*args)
70
end
71
72
0 commit comments