Sha256: 4df78c871543615abc094755aa402b60e7ad9b5d4a62a3ec6d8aaee25d8b1cfc
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class BitVaryingHtml < Cell # @return [String] def render if value.nil? null else content_tag :code, value end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wallaby-6.0.2 | app/views/wallaby/resources/index/bit_varying_html.rb |
wallaby-6.0.1 | app/views/wallaby/resources/index/bit_varying_html.rb |