Class: FormatR::FormatHolder

Inherits:
Array
  • Object
show all
Defined in:
lib/formatr.rb

Overview

a subclass of array that knows about ~ and ~~

Instance Attribute Summary collapse

Instance Attribute Details

#repeatObject

Returns the value of attribute repeat.



1331
1332
1333
# File 'lib/formatr.rb', line 1331

def repeat
  @repeat
end

#suppressObject

Returns the value of attribute suppress.



1331
1332
1333
# File 'lib/formatr.rb', line 1331

def suppress
  @suppress
end