lib/term_utils/ff.rb in term_utils-0.3.2 vs lib/term_utils/ff.rb in term_utils-0.4.0
- old
+ new
@@ -1,6 +1,8 @@
-# Copyright (C) 2019 Thomas Baron
+# frozen-string-literal: true
+
+# Copyright (C) 2020 Thomas Baron
#
# This file is part of term_utils.
#
# term_utils is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -11,8 +13,15 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with term_utils. If not, see <https://www.gnu.org/licenses/>.
+
+module TermUtils
+ # Provides a way to find files.
+ module FF
+ end
+end
+
require 'term_utils/ff/config'
-require 'term_utils/ff/cursor'
+require 'term_utils/ff/entry'
require 'term_utils/ff/query'