Class: Relyze::FileModel::Array

Inherits:
Value
  • Object
show all
Defined in:
C:/Program Files/Relyze/lib/relyze/core/file_model.rb

Overview

A Structure value holds a number of child values of the same type.

Instance Method Summary collapse

Methods inherited from Value

#color, #color=, #comment, #comment=, #name, #name=, #offset, #size, #to_s, #type, #value

Instance Method Details

#items {|item| ... } ⇒ Array<Relyze::FileModel::Value>?

Get every item in the array.

Yields:

  • (item)

    yields the item to the block.

Yield Parameters:

Returns:

[View source]

227
228
229
# File 'C:/Program Files/Relyze/lib/relyze/core/file_model.rb', line 227

def items
    return []
end
/body>