Class: Jcsv::RBParseComplex

Inherits:
Filter
  • Object
show all
Defined in:
lib/numeric_filters.rb

Overview

Instance Attribute Summary

Attributes included from NextFilter

#last_filter, #next_filter

Instance Method Summary collapse

Methods included from NextFilter

#>>, #exec_next

Instance Method Details

#execute(value, context) ⇒ Object



127
128
129
130
# File 'lib/numeric_filters.rb', line 127

def execute(value, context)
  validateInputNotNull(value, context)
  exec_next(value.to_c, context)
end