From ef610043d1de72962c0eb98b0bdbc4795a31a468 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Mon, 21 Dec 2015 13:17:29 -0200 Subject: [PATCH 1/2] Add Feature C --- c.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 c.rb 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 From 1f542df888459ed6e2443055cd3b88cb437e3f83 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Mon, 21 Dec 2015 17:35:20 -0200 Subject: [PATCH 2/2] Add foo.rb --- foo.bar | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 foo.bar 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