Class: Bridgetown::Commands::Dream

Inherits:
Bridgetown::Command show all
Defined in:
bridgetown-core/lib/bridgetown-core/commands/application.rb

Instance Method Summary collapse

Methods inherited from Bridgetown::Command

command_line, start, summary

Instance Method Details

#callObject



197
198
199
200
201
202
203
# File 'bridgetown-core/lib/bridgetown-core/commands/application.rb', line 197

def call
  puts ""
  puts "🎶 The Dream of the 90s is Alive in Portland... ✨"
  puts "          https://youtu.be/U4hShMEk1Ew"
  puts "          https://youtu.be/0_HGqPGp9iY"
  puts ""
end