module Sequencer

Constants

Clock

Alias

VERSION

Public Class Methods

new() click to toggle source

Shortcut to the Core constructor @return [Core]

# File lib/sequencer/core.rb, line 80
def self.new
  Core.new
end