Class: PinballWizard::NullFeature

Inherits:
Feature
  • Object
show all
Defined in:
lib/pinball_wizard/null_feature.rb

Instance Attribute Summary

Attributes inherited from Feature

#active, #disabled, #message, #name, #options

Instance Method Summary collapse

Methods inherited from Feature

#active?, #disable, #disabled?, #initialize, #state

Constructor Details

This class inherits a constructor from PinballWizard::Feature

Instance Method Details

#determine_stateObject



3
4
5
# File 'lib/pinball_wizard/null_feature.rb', line 3

def determine_state
  disable 'Feature not found'
end