Sha256: 4e956a091285050ac32eb8f7b82438e7aa475ee167a0cfae58cf4ba2ae6614c1
Contents?: true
Size: 281 Bytes
Versions: 9
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true require 'rom' require 'rom/struct' module ROM # Simple data-struct # # By default mappers use this as the model # # @api public class Struct alias as_json to_hash def to_json(*args) as_json.to_json(*args) end end end
Version data entries
9 entries across 9 versions & 1 rubygems