Class: BitClust::LineFilter
- Includes:
- ParseUtils, Enumerable
- Defined in:
- lib/bitclust/preprocessor.rb
Overview
Superclass of Preprocessor
Direct Known Subclasses
Instance Method Summary collapse
- #each ⇒ Object
- #gets ⇒ Object
-
#initialize(f) ⇒ LineFilter
constructor
A new instance of LineFilter.
Methods included from ParseUtils
Constructor Details
#initialize(f) ⇒ LineFilter
Returns a new instance of LineFilter.
22 23 24 25 |
# File 'lib/bitclust/preprocessor.rb', line 22 def initialize(f) @f = f @buf = [] end |