Class: MarshalParser::Formatters::AST::Renderers::EntriesBlock
- Inherits:
-
Object
- Object
- MarshalParser::Formatters::AST::Renderers::EntriesBlock
- Defined in:
- lib/marshal-parser/formatters/ast/renderers/entries_block.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
Instance Method Summary collapse
-
#initialize(entries) ⇒ EntriesBlock
constructor
A new instance of EntriesBlock.
Constructor Details
#initialize(entries) ⇒ EntriesBlock
Returns a new instance of EntriesBlock.
10 11 12 |
# File 'lib/marshal-parser/formatters/ast/renderers/entries_block.rb', line 10 def initialize(entries) @entries = entries end |
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries.
8 9 10 |
# File 'lib/marshal-parser/formatters/ast/renderers/entries_block.rb', line 8 def entries @entries end |