SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Fix rubocop error Style/MixinUsage in plot_list.rb #108

Open Prakriti-nith opened 6 years ago

Prakriti-nith commented 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.