You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: