Class: FormatR::FormatHolder
- Inherits:
-
Array
- Object
- Array
- FormatR::FormatHolder
- Defined in:
- lib/formatr.rb
Overview
a subclass of array that knows about ~ and ~~
Instance Attribute Summary collapse
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#suppress ⇒ Object
Returns the value of attribute suppress.
Instance Attribute Details
#repeat ⇒ Object
Returns the value of attribute repeat.
1331 1332 1333 |
# File 'lib/formatr.rb', line 1331 def repeat @repeat end |
#suppress ⇒ Object
Returns the value of attribute suppress.
1331 1332 1333 |
# File 'lib/formatr.rb', line 1331 def suppress @suppress end |