noozoid/lib/noozoid.rb

7 lines
108 B
Ruby
Raw Normal View History

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