diff --git a/c.rb b/c.rb new file mode 100644 index 0000000..b2955f5 --- /dev/null +++ b/c.rb @@ -0,0 +1,2 @@ +class C +end diff --git a/foo.bar b/foo.bar new file mode 100644 index 0000000..08e8bf8 --- /dev/null +++ b/foo.bar @@ -0,0 +1,5 @@ +class Foo + def bar + 'Zoo' + end +end