meme_captain icon indicating copy to clipboard operation
meme_captain copied to clipboard

ruby gem for creating meme images

Results 1 meme_captain issues
Sort by recently updated
recently updated
newest added

With changes introduced in https://github.com/ruby/ruby/pull/3701 `String` methods now return `String` instances when called on a subclass instance. Also mentioned here https://rubyreferences.github.io/rubychanges/3.0.html#string-always-returning-string. This breaks https://github.com/mmb/meme_captain/blob/fb0c6bee922db968e599a24bc8d9221e87edbf34/lib/meme_captain/meme.rb#L36 because `upcase` now returns `String` instead...