Method: Musiki.set_base

Defined in:
lib/musiki.rb

.set_base(base, update = false) ⇒ Object



183
184
185
186
# File 'lib/musiki.rb', line 183

def self.set_base base, update=false
  @@base = base
  Musiki.update if update
end