Sha256: 0b24dd1b8c903644810f3cd85f68d471f67525c8446d4105d348790d51971667

Contents?: true

Size: 118 Bytes

Versions: 8

Compression:

Stored size: 118 Bytes

Contents

module RelatonW3c
  class Hit
    def initialize(rows)
      @array = rows.map { |r| Hit.new(**r) }
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
relaton-w3c-1.20.0 lib/relaton_w3c/hit.rb
relaton-w3c-1.19.0 lib/relaton_w3c/hit.rb
relaton-w3c-1.18.1 lib/relaton_w3c/hit.rb
relaton-w3c-1.18.0 lib/relaton_w3c/hit.rb
relaton-w3c-1.17.3 lib/relaton_w3c/hit.rb
relaton-w3c-1.17.2 lib/relaton_w3c/hit.rb
relaton-w3c-1.17.1 lib/relaton_w3c/hit.rb
relaton-w3c-1.17.0 lib/relaton_w3c/hit.rb