Sha256: 6fcd83358857c8adaf293c21a6cfb35e2598a7e02625ea2afa343639774b77e4
Contents?: true
Size: 424 Bytes
Versions: 58
Compression:
Stored size: 424 Bytes
Contents
module Tenon module TenonContent module RowTypes class LeftWrappedImageWithText < TenonContent::RowTypes::Base class << self def add_pieces_to(row) if row.pieces.empty? row.pieces.build(piece_type: 'Image', position: 0, size: 'four') row.pieces.build(piece_type: 'Text', position: 1) end end end end end end end
Version data entries
58 entries across 58 versions & 1 rubygems