class Origami::XDP::Packet::Config::Whitespace

Constants

LTRIM
NORMALIZE
PRESERVE
RTRIM
TRIM

Public Class Methods

new(action = PRESERVE) click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 355
def initialize(action = PRESERVE)
  super('whitespace')

  self.text = action
end