Class: Yatte::FileFinderOverlay
- Defined in:
- lib/yatte/file_finder_overlay.rb
Instance Method Summary collapse
-
#initialize(terminal:, input:, file_finder:, background:) ⇒ FileFinderOverlay
constructor
A new instance of FileFinderOverlay.
Methods inherited from Overlay
Constructor Details
#initialize(terminal:, input:, file_finder:, background:) ⇒ FileFinderOverlay
Returns a new instance of FileFinderOverlay.
5 6 7 8 |
# File 'lib/yatte/file_finder_overlay.rb', line 5 def initialize(terminal:, input:, file_finder:, background:) super(terminal: terminal, input: input, background: background) @file_finder = file_finder end |