Sha256: cde69a32b430257076a52d0bcac191ffec21227013b486e9e2b6030a96a86c31

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true

module ::Tramway
  module FocusGeneratorHelper
    # FIXME: create independent focus generator
    def focus_selector(index)
      "table:nth-child(2)>tbody>tr:nth-child(#{index - 1})"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-0.1.2 app/helpers/tramway/focus_generator_helper.rb
tramway-0.1.1.1 app/helpers/tramway/focus_generator_helper.rb
tramway-0.1.1 app/helpers/tramway/focus_generator_helper.rb