Sha256: 4df3a35e798211f7af5ec0d993a9c16012e8e244b669084ba6ec104283b3af12
Contents?: true
Size: 345 Bytes
Versions: 18
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true generator = Genesis.generator generator.build_render(:html_type) do |params| send("html_#{params}", user_proc) end generator.build_render(:html_parents) do |parents_found| type_found = @atome[:type] parents_found.each do |parent_found| @html_object.send("append_#{type_found}", parent_found) end end
Version data entries
18 entries across 18 versions & 1 rubygems