class Notiffany::Notifier::Base::RequireFailed

Public Class Methods

new(gem_name) click to toggle source
# File lib/notiffany/notifier/base.rb, line 34
def initialize(gem_name)
  super ERROR_ADD_GEM_AND_RUN_BUNDLE % gem_name
end