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

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

Instance Method Summary collapse

Constructor Details

#initializeMatcher

Returns a new instance of Matcher.



35
36
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 35

def initialize
end

Instance Method Details

#active_applicationObject



43
44
45
46
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 43

def active_application
  warn
  nil
end

#running_applicationsObject



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

def running_applications
  warn
  nil
end