Method: Fairy::FilterChain#initialize
- Defined in:
- lib/fairy.rb
#initialize(input) ⇒ FilterChain
Returns a new instance of FilterChain.
180 181 182 |
# File 'lib/fairy.rb', line 180 def initialize(input) @filters = [input] end |
Returns a new instance of FilterChain.
180 181 182 |
# File 'lib/fairy.rb', line 180 def initialize(input) @filters = [input] end |