lib/fcom/querier.rb in fcom-0.5.0 vs lib/fcom/querier.rb in fcom-0.5.1

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require_relative './options_helpers.rb' +require_relative 'options_helpers.rb' # This class executes a system command to retrieve the git history, which is passed through `rg` # (ripgrep), and then ultimately is fed back to `fcom` for parsing. class Fcom::Querier include ::Fcom::OptionsHelpers