Class: Fusuma::Plugin::Appmatcher::UnsupportedBackend::Matcher
- Inherits:
-
Object
- Object
- Fusuma::Plugin::Appmatcher::UnsupportedBackend::Matcher
- Defined in:
- lib/fusuma/plugin/appmatcher/unsupported_backend.rb
Instance Method Summary collapse
- #active_application ⇒ Object
-
#initialize ⇒ Matcher
constructor
A new instance of Matcher.
- #running_applications ⇒ Object
Constructor Details
#initialize ⇒ Matcher
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_application ⇒ Object
43 44 45 46 |
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 43 def active_application warn nil end |
#running_applications ⇒ Object
38 39 40 41 |
# File 'lib/fusuma/plugin/appmatcher/unsupported_backend.rb', line 38 def running_applications warn nil end |