diff options
| author | Kir | 2011-10-26 17:31:57 +0400 |
|---|---|---|
| committer | Kir | 2011-10-26 17:31:57 +0400 |
| commit | a99eda077cd84e42bb526ffecc4bc59c4c1929de (patch) | |
| tree | 20274ad0a27121510361a90b4e7817491f21b25a /lib/inboxes.rb | |
| download | inboxes-a99eda077cd84e42bb526ffecc4bc59c4c1929de.tar.bz2 | |
Initial commit
Diffstat (limited to 'lib/inboxes.rb')
| -rw-r--r-- | lib/inboxes.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/inboxes.rb b/lib/inboxes.rb new file mode 100644 index 0000000..2720101 --- /dev/null +++ b/lib/inboxes.rb @@ -0,0 +1,5 @@ +require "inboxes/version" + +module Inboxes + # Your code goes here... +end |
