Class: Picobox::Commands::StartInstall
- Inherits:
-
Utils::VisitorByOs
- Object
- Utils::VisitorByOs
- Picobox::Commands::StartInstall
- Defined in:
- lib/picobox/commands/start_install.rb
Instance Method Summary collapse
Methods inherited from Utils::VisitorByOs
#visit, #visit_unsupported, #visit_windows
Methods included from Utils::DomainEventPublisher
Instance Method Details
#visit_darwin(subject) ⇒ Object
4 5 6 |
# File 'lib/picobox/commands/start_install.rb', line 4 def visit_darwin subject publish_event :install_started end |
#visit_linux(subject) ⇒ Object
9 10 11 |
# File 'lib/picobox/commands/start_install.rb', line 9 def visit_linux subject publish_event :install_started end |