diff options
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 | 
