class Csv2hash::Cell

Attributes

rules[RW]

Public Class Methods

new(*args) click to toggle source
# File lib/csv2hash/cell.rb, line 10
def initialize *args
  self.rules = args.extract_options!
  Csv2hash::Coercers::YamlCoercer.new(rules).deserialize!
end