47 48 49
# File 'lib/charty/layout.rb', line 47 def num_rows @direction == :horizontal ? 1 : @array.count end