module MMPlayer

Constants

VERSION

Public Class Methods

new(*args, &block) click to toggle source

Shortcut to Context constructor

# File lib/mmplayer.rb, line 30
def self.new(*args, &block)
  Context.new(*args, &block)
end