1
0
mirror of https://github.com/captn3m0/outliner.git synced 2024-09-28 22:23:03 +00:00
outliner/lib/outliner.rb
2019-07-24 19:36:18 +05:30

6 lines
83 B
Ruby

require "outliner/version"
module Outliner
class Error < StandardError; end
end