Method: Ikra::Symbolic::ArrayCommand#dimensions

Defined in:
lib/symbolic/symbolic.rb

#dimensionsObject



327
328
329
330
331
# File 'lib/symbolic/symbolic.rb', line 327

def dimensions
    # Dimensions are defined in a root command. First input currently determines the
    # dimensions (even if there are multiple root commands).
    return input.first.command.dimensions
end