class Toku::RowFilter

Public Class Methods

new(options) click to toggle source

@param options [Hash{String => Object}] arguments passed to the filter

# File lib/toku/filters/row_filter.rb, line 4
def initialize(options)
end

Public Instance Methods

call(_) click to toggle source

@param [LazyEnumerator] stream @return [LazyEnumerator] stream

# File lib/toku/filters/row_filter.rb, line 9
def call(_)
  _
end