Class: Bridgetown::Commands::Dream
- Inherits:
-
Bridgetown::Command
- Object
- Samovar::Command
- Bridgetown::Command
- Bridgetown::Commands::Dream
- Defined in:
- bridgetown-core/lib/bridgetown-core/commands/application.rb
Instance Method Summary collapse
Methods inherited from Bridgetown::Command
Instance Method Details
#call ⇒ Object
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 |