Allow users to specify a layout without having fixed-width fields: ``` class Sample < Fencer::Delimited delimiter! "|" string :derp integer :herp end sample = Sample.new("Thingy|13") ``` Beats the hacky way other things have been done.