Sha256: 7f23f45b71ff75c69b120424879234aa2aa0f6633e2ca18c3f7f23f03891023a
Contents?: true
Size: 214 Bytes
Versions: 11
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Shark module FormService module Form class Structure < Element def initialize(structure) super(structure) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems