Sha256: 7102225a90ee668e21b952bae0f994e80a1d252c8d9a520aec7f1c385e98e41b
Contents?: true
Size: 500 Bytes
Versions: 24
Compression:
Stored size: 500 Bytes
Contents
module Vedeu # Provides shared functionality to Vedeu::Renderer classes. # module RendererOptions # :nocov: private # Combines the options provided at instantiation with the default values. # # @return [Hash<Symbol => void>] def options defaults.merge!(@options) end # The default values for a new instance of this class. # # @return [Hash<Symbol => void>] def defaults {} end # :nocov end # RendererOptions end # Vedeu
Version data entries
24 entries across 24 versions & 1 rubygems