Class: Wrapomatic::Line::Processor::Primary Private

Inherits:
Base
  • Object
show all
Defined in:
lib/wrapomatic/line/processor/primary.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

A line processor that extracts the primary line, which is all parts of the line before the column cutoff, inclusive.

Instance Attribute Summary

Attributes inherited from Base

#columns, #text

Method Summary

Methods inherited from Base

#content, #initialize

Constructor Details

This class inherits a constructor from Wrapomatic::Line::Processor::Base