diff options
author | murphy <murphy@rubychan.de> | 2011-06-17 23:13:24 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-06-17 23:13:24 +0000 |
commit | 90f70ee61e87e137aa192c5db97c382e1ec7d24b (patch) | |
tree | a9d5e9c7e0664faaada8d99741679d0bb8f6403c /test/executable/source.rb | |
parent | 4c8b5dac9d881b916a49e20401659bf107168e0b (diff) | |
download | coderay-90f70ee61e87e137aa192c5db97c382e1ec7d24b.tar.gz |
issue #45: new command line interface!
Diffstat (limited to 'test/executable/source.rb')
-rw-r--r-- | test/executable/source.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/executable/source.rb b/test/executable/source.rb new file mode 100644 index 0000000..226f15f --- /dev/null +++ b/test/executable/source.rb @@ -0,0 +1 @@ +class ClassName; end
\ No newline at end of file |