class InstallGenerator

Public Instance Methods

add() click to toggle source
# File lib/generators/install_generator.rb, line 2
def add
  puts "Hello world!"
end