Sha256: 804582f5eaff63c56974d75bb8be76fa00c44575a072f2199b2bea10653940b1
Contents?: true
Size: 176 Bytes
Versions: 4
Compression:
Stored size: 176 Bytes
Contents
module Csvlint module Csvw class MetadataError < StandardError attr_reader :path def initialize(path = nil) @path = path end end end end
Version data entries
4 entries across 4 versions & 1 rubygems