Created
October 8, 2013 02:02
-
-
Save shard-test/6878244 to your computer and use it in GitHub Desktop.
This shard does not have a descriptive shard name
This file contains hidden or 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
# Since this file's name is simply `shard.rb`, it qualifies as a shard file, | |
# but does not provide a descriptive name. | |
# This results in shard using the gist's id as the shard name. | |
def sound(filename) | |
puts "\play #{ filename }.rb" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment