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/config.rb, line 288
def initialize(action = PRESERVE)
    super('whitespace')

    self.text = action
end