class InevitableCacophony::Parser::UnknownBaseRhythm

Attributes

base[RW]

Public Class Methods

new(base) click to toggle source
Calls superclass method
# File lib/inevitable_cacophony/parser/rhythms.rb, line 16
def initialize(base)
        @base = base
        
        super("Could not find base rhythm #{base} for polyrhythm")
end