Class: Jcsv::RBParseJD

Inherits:
Filter
  • Object
show all
Defined in:
lib/date_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



73
74
75
76
# File 'lib/date_filters.rb', line 73

def execute(value, context)
  validateInputNotNull(value, context)
  exec_next(DateTime.jd(value), context)
end