Class: AdjustN::NewlineChar::Pair

Inherits:
Struct
  • Object
show all
Defined in:
lib/adjustn/newlinechar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



22
23
24
# File 'lib/adjustn/newlinechar.rb', line 22

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



22
23
24
# File 'lib/adjustn/newlinechar.rb', line 22

def before
  @before
end