noozoid/lib/noozoid.rb

7 lines
108 B
Ruby
Raw Normal View History

2019-12-29 12:59:14 +01:00
require "noozoid/version"
module Noozoid
class Error < StandardError; end
# Your code goes here...
end