Skip to content

Instantly share code, notes, and snippets.

@atton
Created September 23, 2017 00:15
Show Gist options
  • Save atton/c5906b4f622a90e2a69b688af3da5799 to your computer and use it in GitHub Desktop.
Save atton/c5906b4f622a90e2a69b688af3da5799 to your computer and use it in GitHub Desktop.
[3] pry(main)> RGhost::Convert.new(nil).to :jpeg
NoMethodError: undefined method `empty?' for nil:NilClass
from /Users/atton/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/bundler/gems/rghost-141a28abb655/lib/rghost/ruby_ghost_engine.rb:156:in `shellescape'
[5] pry(main)> RGhost::Convert.new(true).to :jpeg
NoMethodError: undefined method `empty?' for nil:NilClass
from /Users/atton/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/bundler/gems/rghost-141a28abb655/lib/rghost/ruby_ghost_engine.rb:156:in `shellescape'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment