Class: Piano::Base

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/piano/base.rb,
lib/piano/routes.rb

Class Method Summary collapse

Class Method Details

.play!Object



19
20
21
# File 'lib/piano/base.rb', line 19

def self.play!
  self.run!
end