Class: Jcsv::RBParseBignum

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



114
115
116
117
# File 'lib/numeric_filters.rb', line 114

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