Class: Appear::Revealers::Iterm2

Inherits:
MacRevealer show all
Defined in:
lib/appear/revealers.rb

Overview

Iterm2 revealer support

Instance Method Summary collapse

Methods inherited from MacRevealer

#reveal_tree, #supports_tree?

Methods inherited from BaseRevealer

#call, register!, #reveal_tree, #supports_tree?

Methods inherited from BaseService

delegate, require_service, required_services

Constructor Details

#initialize(services) ⇒ Iterm2

Returns a new instance of Iterm2.



86
87
88
89
90
# File 'lib/appear/revealers.rb', line 86

def initialize(services)
  super(services.merge(
    :mac_term => Appear::Terminal::Iterm2.new(services)
  ))
end