Skip to content

Commit

Permalink
Add the ruby_module dir for exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Aug 1, 2016
1 parent 6fb0176 commit 3efe854
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruby_module/animal.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Animal
# Some content here
end
3 changes: 3 additions & 0 deletions ruby_module/banker.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Banker
# Some content here
end
3 changes: 3 additions & 0 deletions ruby_module/frog.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Frog
# Some content here
end
3 changes: 3 additions & 0 deletions ruby_module/person.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Person
# Some content here
end

0 comments on commit 3efe854

Please sign in to comment.