Class: MakeMeASandwich

Inherits:
Object
  • Object
show all
Defined in:
lib/make_me_a_sandwich.rb

Class Method Summary collapse

Class Method Details

.runObject



4
5
6
7
# File 'lib/make_me_a_sandwich.rb', line 4

def self.run
  url ||= (ENV['SANDWICH_URL'] or 'http://www.jimmyjohns.com')
  Launchy.open(url)
end