We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ran into the following:
irb(main):009:0> Music::Chord.new(['C4', 'E4', 'G4']) NameError: uninitialized constant Music::Chord::Set
Any ideas?
The text was updated successfully, but these errors were encountered:
Specs seem to pass though. Hrm...
(master●) $ rspec spec ................................................................................................................................................
Finished in 0.09411 seconds
Sorry, something went wrong.
Just committed this, which might help:
2a6c036
Could you try changing your Gemfile to the following and running bundle to see if it helps? If so, I can cut a bug fix gem version.
bundle
gem 'music', github: 'cheerfulstoic/music'
No branches or pull requests
Ran into the following:
irb(main):009:0> Music::Chord.new(['C4', 'E4', 'G4'])
NameError: uninitialized constant Music::Chord::Set
Any ideas?
The text was updated successfully, but these errors were encountered: