Class: TableStructure::Utils::Proc
- Inherits:
-
Proc
- Object
- Proc
- TableStructure::Utils::Proc
- Defined in:
- lib/table_structure/utils.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(**options, &block) ⇒ Proc
constructor
A new instance of Proc.
Constructor Details
#initialize(**options, &block) ⇒ Proc
Returns a new instance of Proc.
8 9 10 11 |
# File 'lib/table_structure/utils.rb', line 8 def initialize(**, &block) @options = super(&block) end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/table_structure/utils.rb', line 6 def @options end |