Open Prakriti-nith opened 6 years ago
IRuby.html method was not working in Daru module as Daru already has a module IRuby in it. So, to make this work, I have included IRuby::Utils module at the top level here which causes this rubocop offence. Need to find some other way out.
IRuby.html
Daru
include
IRuby.html
method was not working inDaru
module asDaru
already has a module IRuby in it. So, to make this work, I haveinclude
d IRuby::Utils module at the top level here which causes this rubocop offence. Need to find some other way out.