Skip to content

Fencer::Delimited #3

@dnch

Description

@dnch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions