class Toppings::Generators::Install::BaseGenerator

Public Class Methods

source_root() click to toggle source
# File lib/toppings/generators/install/base_generator.rb, line 17
def self.source_root
  template_path
end

Public Instance Methods

notify_invoke() click to toggle source
# File lib/toppings/generators/install/base_generator.rb, line 13
def notify_invoke
  say "invoke Install::#{self.class.stripped_class_name}"
end