-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Kernel#alda. Now use Alda::[] to specify command options (not subcommand options) Alda[quiet: true].play code: 'piano: c d e f' # => "" REPL is now colorful. Added clear_history function in REPL. Added CommandLineError#port. Fixed the bug: raising CommandLineError or OrderError causes exiting REPL.
- Loading branch information
Showing
4 changed files
with
75 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
source "https://rubygems.org" | ||
|
||
# Specify your gem's dependencies in alda-rb-rb.gemspec | ||
gemspec | ||
|
||
gem "rake", "~> 12.0" | ||
gem "minitest", "~> 5.0" | ||
gem "colorize" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.