nikkou icon indicating copy to clipboard operation
nikkou copied to clipboard

Extract useful data from HTML and XML with ease!

Results 3 nikkou issues
Sort by recently updated
recently updated
newest added

After just requiring the gem ``` ruby require 'nikkou' p 'error' ``` I am getting this error: ``` /home/ubuntu/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.6/lib/active_support/number_helper.rb:3:in `': uninitialized constant ActiveSupport::Autoload (NameError) ``` System info: ``` $ ruby...