Class: Fusuma::Plugin::Appmatcher::UnsupportedBackend::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/fusuma/plugin/appmatcher/unsupported_backend.rb

Instance Method Summary collapse

Instance Method Details

#active_applicationObject



37
38
39
40
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 37

def active_application
  warn
  nil
end

#running_applicationsObject



32
33
34
35
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 32

def running_applications
  warn
  nil
end