summaryrefslogtreecommitdiffhomepage
path: root/lib/felpack/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/felpack/example.rb')
-rw-r--r--lib/felpack/example.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/felpack/example.rb b/lib/felpack/example.rb
new file mode 100644
index 0000000..c1c98c0
--- /dev/null
+++ b/lib/felpack/example.rb
@@ -0,0 +1,8 @@
+require "felpack/example/version"
+
+module Felpack
+ module Example
+ class Error < StandardError; end
+ # Your code goes here...
+ end
+end