Sha256: 755982c5db41371d3804068727ab19dd758e9866878302472a42a3000674cc4c
Contents?: true
Size: 263 Bytes
Versions: 19
Compression:
Stored size: 263 Bytes
Contents
module SoberSwag module Nodes ## # Objects might have attribute keys, so they're # basically a list of attributes class Object < SoberSwag::Nodes::Array def deconstruct_keys(_) { attributes: @elements } end end end end
Version data entries
19 entries across 19 versions & 1 rubygems