lib/fcom/parser.rb in fcom-0.4.3 vs lib/fcom/parser.rb in fcom-0.5.0
- old
+ new
@@ -1,6 +1,8 @@
# frozen_string_literal: true
+using Rainbow
+
# This class parses (and then reprints some of) STDIN according to the options passed to `fcom`.
class Fcom::Parser
include ::Fcom::OptionsHelpers
def initialize(options)