class DataMaps::Then::Filter

A then to filter values

@since 0.0.1

Public Instance Methods

execute(data) click to toggle source

Return the original data

@param [mixed] data @return [mixed] data

# File lib/data_maps/then/filter.rb, line 11
def execute(data)
  data
end