Class: StateFilter Abstract
Overview
This class is abstract.
TODO:
This class is a filter implementation of a Filter.
Instance Method Summary collapse
-
#initialize ⇒ StateFilter
constructor
A new instance of StateFilter.
Constructor Details
#initialize ⇒ StateFilter
Returns a new instance of StateFilter.
12 13 14 |
# File 'lib/command/state_filter.rb', line 12 def initialize() end |