summarize
summarize copied to clipboard
undefined method 'summarize'
Hello,
After installing the gem and trying to run a test through irb like:
"My string".summarize(:ratio => 25)
I always get the following error:
NoMethodError: undefined method `summarize' for "your_string":String
It looks like although the gem is installed it is not being recognized. I doubled check I have glib2 and libxml2 installed.
Any idea on how to solve this? Thanks!
Are you sure you require 'summarize'
?
same problem when I tried to test this gem
I did a PR a long time ago on this gem, it was never merged, take a look at:
https://github.com/dasdad/summarize