class Bootstrap4Helper::CardColumn
Public Instance Methods
to_s()
click to toggle source
String representation of the object.
# File lib/bootstrap4_helper/card_column.rb, line 9 def to_s content_tag :div, id: @id, class: "card-columns #{@class}", data: @data do @content.call(self) end end