lib/lhj/tools.rb in lhj-tools-0.1.6 vs lib/lhj/tools.rb in lhj-tools-0.1.7
- old
+ new
@@ -1,6 +1,7 @@
# frozen_string_literal: true
require_relative "tools/version"
+require 'colored'
module Lhj
require 'lhj/config'
class Error < StandardError; end