Sha256: bbf840abb2c5560aea5a723b1ec8f7b32999065ed91384319b74f2c87c50f734
Contents?: true
Size: 298 Bytes
Versions: 627
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module Files class Auto attr_reader :options, :attributes def initialize(attributes = {}, options = {}) @attributes = attributes || {} @options = options || {} end # object def dynamic @attributes[:dynamic] end end end
Version data entries
627 entries across 627 versions & 1 rubygems