Method: Formatron::CLI::Generators::Bootstrap#bootstrap_last_name

Defined in:
lib/formatron/cli/generators/bootstrap.rb

#bootstrap_last_name(options) ⇒ Object



170
171
172
# File 'lib/formatron/cli/generators/bootstrap.rb', line 170

def bootstrap_last_name(options)
  options.last_name || ask('Chef Server User Last Name? ')
end