Sha256: f97d93ad52079fd58162ad9298e2d19a4ae1b0062cd234d5b769288fd087a8c9
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
# encoding: UTF-8 module Render::Component module Helper def render_component(component, attributes = {}) Client.new.obtain_component(component, attributes).force_encoding(Encoding::UTF_8) end module_function :render_component end end
Version data entries
4 entries across 4 versions & 1 rubygems