Method: Boxen::Postflight::Active#run

Defined in:
lib/boxen/postflight/active.rb

#runObject



11
12
13
14
15
# File 'lib/boxen/postflight/active.rb', line 11

def run
  warn "You haven't loaded Boxen's environment yet!",
    "To permanently fix this, source #{config.envfile} at the end",
    "of your shell's startup file."
end