Sha256: 440dceb5a996d0779254134aebf1deaa65d1a9030284808de34173ff17041546
Contents?: true
Size: 376 Bytes
Versions: 61
Compression:
Stored size: 376 Bytes
Contents
class Object # :nodoc:all # Puts a text that informs the user of a missing gem. # unless instance_methods.include? :warn_gem_missing def warn_gem_missing gem_name, message warn "#{gem_name} gem missing!\nTo use #{message}, you need to:\n 1. Add the following line to Gemfile:\n gem '#{gem_name}'\n 2. Then, run:\n bundle update\n" end end end
Version data entries
61 entries across 61 versions & 1 rubygems