Example: ``` class Sample < Fencer::Delimited field :derp end sample = Sample.new(['herp']) sample.derp # => 'herp' ``` Would make some of the stuff we're doing easier.